UNPKG

@iterable/react-native-sdk

Version:
12 lines (11 loc) 461 B
"use strict"; /** * 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