Partilhar via


CallScreeningService.CallResponse.CallComposerAttachmentSubject Campo

Definição

Cuidado

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

Sinalizador de bits indicando se o anexo de assunto deve ser mostrado para o compositor de chamadas.

[Android.Runtime.Register("CALL_COMPOSER_ATTACHMENT_SUBJECT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallComposerAttachment enum directly instead of this field.", true)]
public const Android.Telecom.CallComposerAttachment CallComposerAttachmentSubject = 4;
[<Android.Runtime.Register("CALL_COMPOSER_ATTACHMENT_SUBJECT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallComposerAttachment enum directly instead of this field.", true)>]
val mutable CallComposerAttachmentSubject : Android.Telecom.CallComposerAttachment

Valor do campo

Value = 4
Atributos

Comentários

Sinalizador de bits indicando se o anexo de assunto deve ser mostrado para o compositor de chamadas.

Usado com Builder#setCallComposerAttachmentsToShow(int).

Documentação Java para android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_SUBJECT.

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

Aplica-se a