| java.lang.Object | |
| ↳ | com.mapsted.positioning.deeplink.DeeplinkProcessor |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | DeeplinkProcessor.Callback | Deeplink callback | |||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | FEATURE_EMERGENCY_ALERT | ||||||||||
| String | FEATURE_FEEDS | ||||||||||
| String | FEATURE_MAP_ROUTING | ||||||||||
| String | FEATURE_MAP_SELECT | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DeeplinkProcessor() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
canHandleDeeplink(Uri uri)
check if given deeplink uri can be handled
| ||||||||||
| static DeeplinkData | parse(String deeplinkDataJson) | ||||||||||
| boolean |
parseDeepLink(Uri uri, DeeplinkProcessor.Callback callback)
processes the given deeplink uri.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
check if given deeplink uri can be handled
| uri | deeplink uri |
|---|
processes the given deeplink uri. Results is return via callback if valid deeplink. If not valid, this method returns false.
| uri | deeplink uri |
|---|---|
| callback | callback |