Partager via


ApnSetting.IsAlwaysOn Property

Definition

Returns whether User Plane resources have to be activated during every transition from CM-IDLE mode to CM-CONNECTED state for this APN See 3GPP TS 23.

public virtual bool IsAlwaysOn { [Android.Runtime.Register("isAlwaysOn", "()Z", "GetIsAlwaysOnHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isAlwaysOn", "()Z", "GetIsAlwaysOnHandler", ApiSince=35)>]
member this.IsAlwaysOn : bool

Property Value

True if the PDU session for this APN should always be on and false otherwise

Attributes

Remarks

Returns whether User Plane resources have to be activated during every transition from CM-IDLE mode to CM-CONNECTED state for this APN See 3GPP TS 23.501 section 5.6.13

Java documentation for android.telephony.data.ApnSetting.isAlwaysOn().

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