Compartilhar via


Notification.CallStyle.CallTypeIncoming 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 para chamadas recebidas.

[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

Valor do campo

Value = 1
Atributos

Comentários

Tipo de chamada para chamadas recebidas.

Consulte #EXTRA_CALL_TYPE.

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

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