CallScreeningService.CallResponse.CallComposerAttachmentPriority Field

Definition

Caution

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

Bit flag indicating whether to show the priority attachment for 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

Field Value

Value = 8
Attributes

Remarks

Bit flag indicating whether to show the priority attachment for call composer.

Used with Builder#setCallComposerAttachmentsToShow(int).

Java documentation for android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_PRIORITY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to