Condividi tramite


Notification.CallStyle.CallTypeIncoming Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.App.NotificationCallType enum directly instead of this field.

Tipo di chiamata per le chiamate in ingresso.

[Android.Runtime.Register("CALL_TYPE_INCOMING", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationCallType enum directly instead of this field.", true)]
public const Android.App.NotificationCallType CallTypeIncoming = 1;
[<Android.Runtime.Register("CALL_TYPE_INCOMING", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationCallType enum directly instead of this field.", true)>]
val mutable CallTypeIncoming : Android.App.NotificationCallType

Valore del campo

Value = 1
Attributi

Commenti

Tipo di chiamata per le chiamate in ingresso.

Vedere #EXTRA_CALL_TYPE.

Documentazione java per android.app.Notification.CallStyle.CALL_TYPE_INCOMING.

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