PhoneNumberFormattingTextWatcher Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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.
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
.
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
- 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.