UNPKG

cordova-plugin-swrve

Version:

Android and iOS Cordova plugin for Swrve.

9 lines (8 loc) 353 B
// SWRVE CHANGES SwrveConfig *config = [[SwrveConfig alloc] init]; // config.stack = SWRVE_STACK_EU; config.pushEnabled = false; // Set your app id and api key here [SwrvePlugin initWithAppID: <SwrveAppId> apiKey:@"<SwrveKey>" config:config viewController:self.viewController]; // <Swrve_adJourney> // END OF CHANGES