Condividi tramite


TelephonyManager.ActionShowVoicemailNotification Campo

Definizione

Broadcast intent action for letting the default dialer to know to show voicemail notification.Broadcast intent action for letting the default dialer to know to show voicemail notification.

[Android.Runtime.Register("ACTION_SHOW_VOICEMAIL_NOTIFICATION", ApiSince=26)]
public const string ActionShowVoicemailNotification;
[<Android.Runtime.Register("ACTION_SHOW_VOICEMAIL_NOTIFICATION", ApiSince=26)>]
val mutable ActionShowVoicemailNotification : string

Valore del campo

Attributi

Commenti

Broadcast intent action for letting the default dialer to know to show voicemail notification.Broadcast intent action for letting the default dialer to know to show voicemail notification.

L'elemento #EXTRA_PHONE_ACCOUNT_HANDLE aggiuntivo indica la PhoneAccountHandle ricezione della segreteria telefonica. L'extra #EXTRA_NOTIFICATION_COUNT indica il numero totale di messaggi vocali non lette. L'extra #EXTRA_VOICEMAIL_NUMBER indica il numero di segreteria telefonica, se disponibile. L'extra #EXTRA_CALL_VOICEMAIL_INTENT è un oggetto android.app.PendingIntent che chiamerà il numero di segreteria telefonica quando inviato. Questo extra sarà vuoto se il numero della segreteria telefonica non è impostato e #EXTRA_LAUNCH_VOICEMAIL_SETTINGS_INTENT verrà impostato. L'extra #EXTRA_LAUNCH_VOICEMAIL_SETTINGS_INTENT è un oggetto android.app.PendingIntent che avvierà le impostazioni della segreteria telefonica. Questo extra è disponibile solo quando il numero della segreteria telefonica non è impostato. L'extra #EXTRA_IS_REFRESH indica se la notifica è un aggiornamento o una nuova notifica.

Documentazione java per android.telephony.TelephonyManager.ACTION_SHOW_VOICEMAIL_NOTIFICATION.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a