Language

CarrierConfigManager.KeySatelliteNiddApnNameString Field

Definition

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.

Applies to