Esempio n. 1
0
 // Init Inbox
 private void inbox()
 {
     //Initialize the inbox and wait for callbacks on overridden methods
     cleverTapAPI.CTNotificationInboxListener = this;
     cleverTapAPI.SetInboxMessageButtonListener(this);
     cleverTapAPI.InitializeInbox();
 }