Documentation Index

Fetch the complete documentation index at: https://academy.insiderone.com/llms.txt

Use this file to discover all available pages before exploring further.

Handle universal links

Prev Next

This method lets you track your universal links in your app when they are opened from your other Insider One platforms (e.g., Email, Web Push).

ParameterData Type
intentIntent

Method Signature

public void handleUniversalLink(Intent intent);

Method Example

Insider.Instance.handleUniversalLink(intent);

You can use it in the onNewIntent and onResume methods in the activity you set to direct. See below for an example.

AndroidManifest.xml 

MainActivity.java