react-native-google-cast
Version:
React Native wrapper for the Google Cast SDK for iOS and Android
12 lines • 563 B
JavaScript
/** State of Google Play Services (and the Cast framework) on the device. */
var PlayServicesState = /*#__PURE__*/function (PlayServicesState) {
PlayServicesState["SUCCESS"] = "success";
PlayServicesState["MISSING"] = "missing";
PlayServicesState["UPDATING"] = "updating";
PlayServicesState["UPDATE_REQUIRED"] = "updateRequired";
PlayServicesState["DISABLED"] = "disabled";
PlayServicesState["INVALID"] = "invalid";
return PlayServicesState;
}(PlayServicesState || {});
export default PlayServicesState;
//# sourceMappingURL=PlayServicesState.js.map