Notification.CallStyle.CallTypeOngoing 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 corso.

[Android.Runtime.Register("CALL_TYPE_ONGOING", 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 CallTypeOngoing = 2;
[<Android.Runtime.Register("CALL_TYPE_ONGOING", 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 CallTypeOngoing : Android.App.NotificationCallType

Valore del campo

Value = 2
Attributi

Commenti

Tipo di chiamata per le chiamate in corso.

Vedete #EXTRA_CALL_TYPE.

per android.app.Notification.CallStyle.CALL_TYPE_ONGOING.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a