PhoneNumberUtils Class
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.
Various utilities for dealing with phone number strings.
[Android.Runtime.Register("android/telephony/PhoneNumberUtils", DoNotGenerateAcw=true)]
public class PhoneNumberUtils : Java.Lang.Object
[<Android.Runtime.Register("android/telephony/PhoneNumberUtils", DoNotGenerateAcw=true)>]
type PhoneNumberUtils = class
inherit Object
- Inheritance
- Attributes
Remarks
Various utilities for dealing with phone number strings.
Java documentation for android.telephony.PhoneNumberUtils
.
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.
Constructors
PhoneNumberUtils() | |
PhoneNumberUtils(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Fields
BcdExtendedTypeCalledParty | |
BcdExtendedTypeEfAdn | |
Pause | |
TOAInternational | |
TOAUnknown | |
Wait | |
Wild |
Properties
Class |
Returns the runtime class of this |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Methods
AddTtsSpan(ISpannable, Int32, Int32) |
Attach a |
AreSamePhoneNumber(String, String, String) |
Determines if two phone numbers are the same. |
CalledPartyBCDFragmentToString(Byte[], Int32, Int32, BcdExtendedType) |
Like calledPartyBCDToString, but field does not start with a TOA byte. |
CalledPartyBCDFragmentToString(Byte[], Int32, Int32) |
Like calledPartyBCDToString, but field does not start with a TOA byte. |
CalledPartyBCDToString(Byte[], Int32, Int32, BcdExtendedType) |
3GPP TS 24. |
CalledPartyBCDToString(Byte[], Int32, Int32) |
3GPP TS 24. |
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
Compare(Context, String, String) |
Compare phone numbers a and b, and return true if they're identical enough for caller ID purposes. |
Compare(String, String) |
Compare phone numbers a and b, return true if they're identical enough for caller ID purposes. |
ConvertKeypadLettersToDigits(String) |
Translates any alphabetic letters (i. |
CreateTtsSpan(String) |
Create a |
CreateTtsSpannable(String) |
Wrap the supplied |
CreateTtsSpannableFormatted(ICharSequence) |
Wrap the supplied |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
ExtractNetworkPortion(String) |
Extracts the network address portion and canonicalizes (filters out separators. |
ExtractPostDialPortion(String) |
Extracts the post-dial sequence of DTMF control digits, pauses, and waits. |
FormatJapaneseNumber(IEditable) |
Obsolete.
Formats a phone number in-place using the Japanese formatting rules. |
FormatNanpNumber(IEditable) |
Obsolete.
Formats a phone number in-place using the NANP formatting rules. |
FormatNumber(IEditable, PhoneNumberFormat) |
Obsolete.
Formats a phone number in-place. |
FormatNumber(String, String, String) |
Format the phone number only if the given number hasn't been formatted. |
FormatNumber(String, String) |
Format a phone number. |
FormatNumber(String) |
Obsolete.
Breaks the given number down and formats it according to the rules for the country the number is from. |
FormatNumberToE164(String, String) |
Formats the specified |
FormatNumberToRFC3966(String, String) |
Formats the specified |
GetFormatTypeForLocale(Locale) |
Obsolete.
Returns the phone number formatting type for the given locale. |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
GetNumberFromIntent(Intent, Context) |
Extracts the phone number from an Intent. |
GetStrippedReversed(String) |
Returns the network portion reversed. |
Is12Key(Char) |
True if c is ISO-LATIN characters 0-9, *, # |
IsDialable(Char) |
True if c is ISO-LATIN characters 0-9, *, # , +, WILD |
IsEmergencyNumber(String) |
Checks a given number against the list of emergency numbers provided by the RIL and SIM card. |
IsGlobalPhoneNumber(String) | |
IsISODigit(Char) |
True if c is ISO-LATIN characters 0-9 |
IsLocalEmergencyNumber(Context, String) |
Checks if a given number is an emergency number for the country that the user is in. |
IsNonSeparator(Char) |
True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE |
IsReallyDialable(Char) |
True if c is ISO-LATIN characters 0-9, *, # , + (no WILD) |
IsStartsPostDial(Char) |
This any anything to the right of this char is part of the post-dial string (eg this is PAUSE or WAIT) |
IsVoiceMailNumber(String) |
isVoiceMailNumber: checks a given number against the voicemail number provided by the RIL and SIM card. |
IsWellFormedSmsAddress(String) |
Return true iff the network portion of |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
NetworkPortionToCalledPartyBCD(String) |
Note: calls extractNetworkPortion(), so do not use for SIM EF[ADN] style records |
NetworkPortionToCalledPartyBCDWithLength(String) |
Same as |
NormalizeNumber(String) |
Normalize a phone number by removing the characters other than digits. |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
NumberToCalledPartyBCD(String, BcdExtendedType) |
Convert a dialing number to BCD byte array |
NumberToCalledPartyBCD(String) |
Convert a dialing number to BCD byte array |
ReplaceUnicodeDigits(String) |
Replaces all unicode(e. |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
StringFromStringAndTOA(String, Int32) | |
StringFromStringAndTOA(String, PhoneNumberToa) |
Basically: makes sure there's a + in front of a TOA_International number |
StripSeparators(String) |
Strips separators from a phone number string. |
ToaFromString(String) |
Returns the TOA for the given dial string Basically, returns TOA_International if there's a + prefix |
ToArray<T>() | (Inherited from Object) |
ToCallerIDMinMatch(String) |
Returns the rightmost minimum matched characters in the network portion in reversed order |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |