... | ... | @@ -74,7 +74,7 @@ B4S can relate beacon interactions to individual customers. Supplying the custom |
|
|
|
|
|
### Deep linking
|
|
|
|
|
|
Notifications such as web links or simple messages are handled directly by the SDK. For deep linking, there are three options:
|
|
|
Notifications such as web links or simple messages are handled directly by the SDK. For deep linking (and deep linking only), there are three options:
|
|
|
|
|
|
- `DeepLinkStyle.LaunchActivityClearTask` - (Default) Deep links are delivered to your launch Activity, and always in a new task (with an Activity restart)
|
|
|
- `DeepLinkStyle.LaunchActivityDirect` - Deep links are delivered to your launch Activity; if this is already running the Intent is delivered directly to your `onNewIntent` lifecycle method
|
... | ... | |