Notification.CallStyle.CallTypeUnknown 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 sconosciuto.

[Android.Runtime.Register("CALL_TYPE_UNKNOWN", 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 CallTypeUnknown = 0;
[<Android.Runtime.Register("CALL_TYPE_UNKNOWN", 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 CallTypeUnknown : Android.App.NotificationCallType

Valore del campo

Value = 0
Attributi

Commenti

Tipo di chiamata sconosciuto.

Vedete #EXTRA_CALL_TYPE.

per android.app.Notification.CallStyle.CALL_TYPE_UNKNOWN.

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