@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
15 lines (14 loc) • 567 B
JavaScript
;
/**
* The push platform to use for push notifications.
*/
export let IterablePushPlatform = /*#__PURE__*/function (IterablePushPlatform) {
/** Use sandbox. */
IterablePushPlatform[IterablePushPlatform["sandbox"] = 0] = "sandbox";
/** Use production. */
IterablePushPlatform[IterablePushPlatform["production"] = 1] = "production";
/** Automatically determine the push platform to use. */
IterablePushPlatform[IterablePushPlatform["auto"] = 2] = "auto";
return IterablePushPlatform;
}({});
//# sourceMappingURL=IterablePushPlatform.js.map