Condividi tramite


CallScreeningService.CallResponse.CallComposerAttachmentSubject Campo

Definizione

Attenzione

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

Flag di bit che indica se visualizzare l'allegato dell'oggetto per call composer.

[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

Valore del campo

Value = 4
Attributi

Commenti

Flag di bit che indica se visualizzare l'allegato dell'oggetto per call composer.

Utilizzato insieme a Builder#setCallComposerAttachmentsToShow(int),

Documentazione java per android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_SUBJECT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a