Package 

Interface InboxMessageListener

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 CTInboxMessage
        contentPageIndex - - 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.