CarrierConfigManager.KeySatelliteNiddApnNameString 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.
Defines the NIDD (Non-IP Data Delivery) APN to be used for carrier roaming to satellite attachment.
[Android.Runtime.Register("KEY_SATELLITE_NIDD_APN_NAME_STRING", ApiSince=36)]
public const string KeySatelliteNiddApnNameString;
[<Android.Runtime.Register("KEY_SATELLITE_NIDD_APN_NAME_STRING", ApiSince=36)>]
val mutable KeySatelliteNiddApnNameString : string
Field Value
- Attributes
Remarks
Defines the NIDD (Non-IP Data Delivery) APN to be used for carrier roaming to satellite attachment. For more on NIDD, see 3GPP TS 29.542. Note this config is the only source of truth regarding the definition of the APN.
Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_NIDD_APN_NAME_STRING.
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.