UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

26 lines (22 loc) 441 B
/** * Mobile Network Settings */ /** * Roaming of MobileNetworkSetting */ export const RoamingEnum = { UNKNOWN: 'UNKNOWN', OFF: 'OFF', ON: 'ON' }; /** Type definition of RoamingEnum */ /** * Plan of MobileNetworkSetting */ export const PlanEnum = { UNKNOWN: 'UNKNOWN', SORACOM: 'SORACOM', SORACOM_PLAN_DU: 'SORACOM_PLAN_DU' }; /** Type definition of PlanEnum */ //# sourceMappingURL=option-mobile-network-setting.js.map