Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 There are 6 type of actions which are handled in SDK.

  1. Dismiss (Supported only in In App Messages) : Quick Dismissal of Inapp Messages :  (Full Screen, Modal or Banner)

  2. App Store : Opens Google plays store with the provided <package_name>. Hence, You land directly to the app download page.

  3. Open Landing Page : Open a url either in the Landing Page within the SDK or launch the default browsers (i.e. Chrome Android for Android Mobile devices.)

  4. Deep link 

  5. Custom link

  6. Inbox deeplink in Push Message

These are the following Actions we support for opening Deeplink, Custom Deeplinks and Inbox 

Code Block
private final String APX_LAUNCH_DEEPLINK_ACTION = "com.appoxee.VIEW_DEEPLINK";
private final String APX_LAUNCH_CUSTOM_ACTION = "com.appoxee.VIEW_CUSTOM_LINKS";
private final String APX_LAUNCH_INBOX_ACTION = "com.appoxee.VIEW_INBOX";

...