ApnSetting.ApnName Property

Definition

Returns the name of the APN.

public virtual string? ApnName { [Android.Runtime.Register("getApnName", "()Ljava/lang/String;", "GetGetApnNameHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getApnName", "()Ljava/lang/String;", "GetGetApnNameHandler", ApiSince=28)>]
member this.ApnName : string

Property Value

APN name

Attributes

Remarks

Returns the name of the APN.

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

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