PhoneNumberFormattingTextWatcher Constructors

Definition

Overloads

PhoneNumberFormattingTextWatcher()

The formatting is based on the current system locale and future locale changes may not take effect on this instance.

PhoneNumberFormattingTextWatcher(String)

The formatting is based on the given countryCode.

PhoneNumberFormattingTextWatcher(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

PhoneNumberFormattingTextWatcher()

The formatting is based on the current system locale and future locale changes may not take effect on this instance.

[Android.Runtime.Register(".ctor", "()V", "")]
public PhoneNumberFormattingTextWatcher ();
Attributes

Remarks

The formatting is based on the current system locale and future locale changes may not take effect on this instance.

Java documentation for android.telephony.PhoneNumberFormattingTextWatcher.PhoneNumberFormattingTextWatcher().

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

PhoneNumberFormattingTextWatcher(String)

The formatting is based on the given countryCode.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public PhoneNumberFormattingTextWatcher (string? countryCode);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Telephony.PhoneNumberFormattingTextWatcher : string -> Android.Telephony.PhoneNumberFormattingTextWatcher

Parameters

countryCode
String

the ISO 3166-1 two-letter country code that indicates the country/region where the phone number is being entered.

Attributes

Remarks

The formatting is based on the given countryCode.

Java documentation for android.telephony.PhoneNumberFormattingTextWatcher.PhoneNumberFormattingTextWatcher(java.lang.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

PhoneNumberFormattingTextWatcher(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected PhoneNumberFormattingTextWatcher (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Telephony.PhoneNumberFormattingTextWatcher : nativeint * Android.Runtime.JniHandleOwnership -> Android.Telephony.PhoneNumberFormattingTextWatcher

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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