SubscriptionInfo.Number Property

Definition

Returns the number of this subscription.

public virtual string? Number { [Android.Runtime.Register("getNumber", "()Ljava/lang/String;", "GetGetNumberHandler", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getNumber", "()Ljava/lang/String;", "GetGetNumberHandler", ApiSince=22)>]
member this.Number : string

Property Value

String

the number of this subscription, or an empty string if one of these requirements is not met

Attributes

Remarks

Java documentation for android.telephony.SubscriptionInfo.getNumber().

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