PhoneNumberUtils.IsWpsCallNumber(String) Method
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.
Check if the number is for Wireless Priority Service call.
[Android.Runtime.Register("isWpsCallNumber", "(Ljava/lang/String;)Z", "", ApiSince=35)]
public static bool IsWpsCallNumber (string number);
[<Android.Runtime.Register("isWpsCallNumber", "(Ljava/lang/String;)Z", "", ApiSince=35)>]
static member IsWpsCallNumber : string -> bool
Parameters
- number
- String
The phone number used for WPS call.
Returns
true
if number matches WPS pattern and false
otherwise.
- Attributes
Remarks
Check if the number is for Wireless Priority Service call.
Java documentation for android.telephony.PhoneNumberUtils.isWpsCallNumber(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.