-
public interface InAppNotificationButtonListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonInAppButtonClick(HashMap<String, String> payload)Callback to return a Key Value payload associated with inApp widget click. -
-
Method Detail
-
onInAppButtonClick
abstract void onInAppButtonClick(HashMap<String, String> payload)
Callback to return a Key Value payload associated with inApp widget click.
-
-
-
-