UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

32 lines (27 loc) 597 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RoamingEnum = exports.PlanEnum = void 0; /** * Mobile Network Settings */ /** * Roaming of MobileNetworkSetting */ const RoamingEnum = exports.RoamingEnum = { UNKNOWN: 'UNKNOWN', OFF: 'OFF', ON: 'ON' }; /** Type definition of RoamingEnum */ /** * Plan of MobileNetworkSetting */ const PlanEnum = exports.PlanEnum = { UNKNOWN: 'UNKNOWN', SORACOM: 'SORACOM', SORACOM_PLAN_DU: 'SORACOM_PLAN_DU' }; /** Type definition of PlanEnum */ //# sourceMappingURL=option-mobile-network-setting.js.map