|
|
|
|
|
- Special cases
- Aplicación en segundo plano: Caso concreto de Android 10
- Required permissions
tapiDialerCall (Function) Opens the default telephony application (dialer) found on the phone and dials the specified number.
tapiDialerCall("0612345678")
Sintaxis
<Result> = tapiDialerCall(<Phone number>)
<Result>: Boolean - True if the telephony application was successfully started,
- False otherwise. If an error occurs, you can get more details on the error with ErrorInfo.
<Phone number>: Character string Phone number to dial. The function will return False if this parameter corresponds to an empty string (""). Please note: the number must not contain spaces. Observaciones Special cases  To display the dial screen without dialing a number, use tapiDialerDisplay. - It is not possible to automatically call emergency numbers
- No USSD code can be dialed.
Componente: wd300android.aar
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|