Lingua

CallScreeningService.CallResponse.CallComposerAttachmentPriority 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 di priorità per call composer.

[Android.Runtime.Register("CALL_COMPOSER_ATTACHMENT_PRIORITY", 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 CallComposerAttachmentPriority = 8;
[<Android.Runtime.Register("CALL_COMPOSER_ATTACHMENT_PRIORITY", 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 CallComposerAttachmentPriority : Android.Telecom.CallComposerAttachment

Valore del campo

Value = 8
Attributi

Commenti

Flag di bit che indica se visualizzare l'allegato di priorità per call composer.

Utilizzato insieme a Builder#setCallComposerAttachmentsToShow(int),

per android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_PRIORITY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a