CarrierConfigManager.KeyCarrierRoamingNtnConnectTypeInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates carrier roaming non-terrestrial network SatelliteManager.ConnectType that
the device can use to perform satellite communication.
[Android.Runtime.Register("KEY_CARRIER_ROAMING_NTN_CONNECT_TYPE_INT", ApiSince=36)]
public const string KeyCarrierRoamingNtnConnectTypeInt;
[<Android.Runtime.Register("KEY_CARRIER_ROAMING_NTN_CONNECT_TYPE_INT", ApiSince=36)>]
val mutable KeyCarrierRoamingNtnConnectTypeInt : string
Field Value
- Attributes
Remarks
Indicates carrier roaming non-terrestrial network connect type that the device can use to perform satellite communication. If this key is set to CARRIER_ROAMING_NTN_CONNECT_MANUAL then connect button will be displayed to user when the device is eligible to use carrier roaming non-terrestrial network.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.