Language

E2eeContactKeysManager.E2eeContactKey.PhoneNumber Property

Definition

Gets the phone number as the user entered it.

public string? PhoneNumber { [Android.Runtime.Register("getPhoneNumber", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getPhoneNumber", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.PhoneNumber : string

Property Value

The phone number as the user entered it. This value may be null.

Attributes

Remarks

Gets the phone number as the user entered it.

Android reference for android.provider.E2eeContactKeysManager.E2eeContactKey.getPhoneNumber.

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