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