Android.Telephony.PhoneNumberUtils.ExtractPostDialPortion Method
Extracts the post-dial sequence of DTMF control digits, pauses, and waits.

Syntax

[Android.Runtime.Register("extractPostDialPortion", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ExtractPostDialPortion (string phoneNumber)

Parameters

phoneNumber
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Extracts the post-dial sequence of DTMF control digits, pauses, and waits. Strips separators. This string may be empty, but will not be null unless phoneNumber == null. Returns null if phoneNumber == null

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1