UNPKG

cordova-plugin-swrve

Version:

Android and iOS Cordova plugin for Swrve.

11 lines (9 loc) 307 B
@Override protected void onNewIntent(Intent intent) { super.onNewIntent(intent); AppLinkData appLinkData = AppLinkData.createFromAlApplinkData(intent); if (appLinkData != null) { SwrvePlugin.handleDeeplink(appLinkData.getArgumentBundle()); } }