@theoplayer/react-native-engage
Version:
Engage connector for @theoplayer/react-native
8 lines • 367 B
JavaScript
export let WatchNextType = /*#__PURE__*/function (WatchNextType) {
WatchNextType[WatchNextType["Continue"] = 0] = "Continue";
WatchNextType[WatchNextType["New"] = 1] = "New";
WatchNextType[WatchNextType["Next"] = 2] = "Next";
WatchNextType[WatchNextType["Watchlist"] = 3] = "Watchlist";
return WatchNextType;
}({});
//# sourceMappingURL=WatchNextType.js.map