This method allows you to track your universal links on your app when directed from your other Insider platforms (e.g., Email, Web Push).
| Parameter | Data Type |
|---|---|
| intent | Intent |
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