Compartilhar via


Notification.CallStyle.CallTypeUnknown Campo

Definição

Cuidado

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

Tipo de chamada desconhecido.

[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

Valor do campo

Value = 0
Atributos

Comentários

Tipo de chamada desconhecido.

Consulte #EXTRA_CALL_TYPE.

Documentação Java para android.app.Notification.CallStyle.CALL_TYPE_UNKNOWN.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a