UNPKG
cordova-plugin-swrve
Version:
latest (9.0.0)
9.0.0
8.0.0
7.0.0
6.0.1
6.0.0
5.0.0
4.0.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.1.0
2.0.1
2.0.0
Android and iOS Cordova plugin for Swrve.
github.com/Swrve/swrve-cordova-sdk
Swrve/swrve-cordova-sdk
cordova-plugin-swrve
/
swrve-utils
/
android
/
adJourneyHandlerOnNewIntentCreate.txt
11 lines
(9 loc)
•
307 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
@Override
protected
void
onNewIntent
(Intent intent)
{
super
.onNewIntent(intent);
AppLinkData
appLinkData
=
AppLinkData.createFromAlApplinkData(intent);
if
(appLinkData !=
null
) { SwrvePlugin.handleDeeplink(appLinkData.getArgumentBundle()); } }