Handle universal links

Prev Next

This method allows you to track your universal links on your app when directed from your other Insider 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