public interface DeepLinkListener
If the app launched from a traditional DeepLink the parameters map will contain the url query keys and values. If there are no query keys the parameters map will be empty.
If the app launched from a deferred DeepLink (install referrer) the parameters map will contain the referrer keys and values.
If the app launched normally the parameters map will be empty.
| Modifier and Type | Method and Description |
|---|---|
void |
onDeepLink(java.util.Map<java.lang.String,java.lang.String> parameters) |