-
public interface InboxMessageListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonInboxItemClicked(CTInboxMessage message, int contentPageIndex, int buttonIndex)This callback notifies about the following:- App Inbox item click- CTA clicks for which no custom key-value pairs are associated, i.e., DeepLink and Clipboard CTAs. -
-
Method Detail
-
onInboxItemClicked
abstract void onInboxItemClicked(CTInboxMessage message, int contentPageIndex, int buttonIndex)
This callback notifies about the following:- App Inbox item click- CTA clicks for which no custom key-value pairs are associated, i.e., DeepLink and Clipboard CTAs.
- Parameters:
message- - the instance of CTInboxMessagecontentPageIndex- - the page index of the content.buttonIndex- - the button index corresponds to the CTA button clicked (0, 1, or 2) inthe App Inbox, which supports up to three CTAs.A value of -1 indicates an app inbox item click.
-
-
-
-