Notification.CallStyle.CallTypeScreening 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 que estão sendo rastreadas.

[Android.Runtime.Register("CALL_TYPE_SCREENING", 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 CallTypeScreening = 3;
[<Android.Runtime.Register("CALL_TYPE_SCREENING", 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 CallTypeScreening : Android.App.NotificationCallType

Valor do campo

Value = 3
Atributos

Comentários

Tipo de chamada para chamadas que estão sendo rastreadas.

Consulte #EXTRA_CALL_TYPE.

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

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