TelephonyManager.SendDialerSpecialCode(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.
Send the special dialer code.
[Android.Runtime.Register("sendDialerSpecialCode", "(Ljava/lang/String;)V", "GetSendDialerSpecialCode_Ljava_lang_String_Handler", ApiSince=26)]
public virtual void SendDialerSpecialCode (string? inputCode);
[<Android.Runtime.Register("sendDialerSpecialCode", "(Ljava/lang/String;)V", "GetSendDialerSpecialCode_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member SendDialerSpecialCode : string -> unit
override this.SendDialerSpecialCode : string -> unit
Parameters
- inputCode
- String
The special dialer code to send
- Attributes
Remarks
Send the special dialer code. The IPC caller must be the current default dialer or have carrier privileges (see #hasCarrierPrivileges
).
Java documentation for android.telephony.TelephonyManager.sendDialerSpecialCode(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.