@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
19 lines (18 loc) • 695 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IterablePushPlatform = void 0;
/**
* The push platform to use for push notifications.
*/
let IterablePushPlatform = exports.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