次の方法で共有


PhoneNumberUtils.IsStartsPostDial(Char) Method

Definition

This any anything to the right of this char is part of the post-dial string (eg this is PAUSE or WAIT)

[Android.Runtime.Register("isStartsPostDial", "(C)Z", "")]
public static bool IsStartsPostDial (char c);
[<Android.Runtime.Register("isStartsPostDial", "(C)Z", "")>]
static member IsStartsPostDial : char -> bool

Parameters

c
Char

Returns

Attributes

Remarks

This any anything to the right of this char is part of the post-dial string (eg this is PAUSE or WAIT)

Java documentation for android.telephony.PhoneNumberUtils.isStartsPostDial(char).

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