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
/
ApplicationWithoutPush.txt
9 lines
(8 loc)
•
289 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
// SWRVE CHANGES
try
{
SwrveConfig
config
=
new
SwrveConfig
();
// config.setSelectedStack(SwrveStack.EU);
SwrvePlugin.createInstance(
this
, <SwrveAppId>,
"<SwrveKey>"
, config); }
catch
(IllegalArgumentException exp) { }
// END OF CHANGES