react-native-google-cast
Version:
React Native wrapper for the Google Cast SDK for iOS and Android
14 lines (13 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var StandbyState = /*#__PURE__*/function (StandbyState) {
StandbyState["UNKNOWN"] = "unknown";
StandbyState["INACTIVE"] = "inactive";
StandbyState["ACTIVE"] = "active";
return StandbyState;
}(StandbyState || {});
var _default = exports.default = StandbyState;
//# sourceMappingURL=StandbyState.js.map