UNPKG

@iterable/react-native-sdk

Version:
19 lines (18 loc) 695 B
"use strict"; 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