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