Share via


CarrierMessagingService.ReceiveOptionsDefault フィールド

定義

注意事項

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

メッセージを保持し、新しいメッセージ通知を表示する必要があることを示すために、すべてのRECEIVE_OPTIONS_xフラグがクリアされた状態で の#onReceiveTextSmsコールバックに渡される既定のビットマスク値。

[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

フィールド値

Value = 0
属性

注釈

メッセージを保持し、新しいメッセージ通知を表示する必要があることを示すために、すべてのRECEIVE_OPTIONS_xフラグがクリアされた状態で の#onReceiveTextSmsコールバックに渡される既定のビットマスク値。

の Java ドキュメント android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_DEFAULT

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象