Share via


CarrierMessagingService.ReceiveOptionsDefault Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.

The default bitmask value passed to the callback of #onReceiveTextSms with all RECEIVE_OPTIONS_x flags cleared to indicate that the message should be kept and a new message notification should be shown.

[Android.Runtime.Register("RECEIVE_OPTIONS_DEFAULT", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.", true)]
public const Android.Service.Carrier.ReceiveOptions ReceiveOptionsDefault = 0;
[<Android.Runtime.Register("RECEIVE_OPTIONS_DEFAULT", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.", true)>]
val mutable ReceiveOptionsDefault : Android.Service.Carrier.ReceiveOptions

Field Value

Value = 0
Attributes

Remarks

The default bitmask value passed to the callback of #onReceiveTextSms with all RECEIVE_OPTIONS_x flags cleared to indicate that the message should be kept and a new message notification should be shown.

Java documentation for android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_DEFAULT.

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