UNPKG

cordova-plugin-swrve

Version:

Android and iOS Cordova plugin for Swrve.

14 lines (12 loc) 567 B
AppLinkData.fetchDeferredAppLinkData(this, new AppLinkData.CompletionHandler() { @Override public void onDeferredAppLinkDataFetched(AppLinkData appLinkData) { if (appLinkData != null) { SwrvePlugin.handleDeferredDeeplink(appLinkData.getArgumentBundle()); } } }); AppLinkData appLinkData = AppLinkData.createFromActivity(this); if (appLinkData != null) { SwrvePlugin.handleDeeplink(appLinkData.getArgumentBundle()); }