Share via


CarrierMessagingService.ReceiveOptionsDrop フィールド

定義

注意事項

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

のコールバック #onReceiveTextSms に渡されるビットマスクのフラグを設定して、受信 SMS を削除する必要があることを示すために使用します。

[Android.Runtime.Register("RECEIVE_OPTIONS_DROP", 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 ReceiveOptionsDrop = 1;
[<Android.Runtime.Register("RECEIVE_OPTIONS_DROP", 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 ReceiveOptionsDrop : Android.Service.Carrier.ReceiveOptions

フィールド値

Value = 1
属性

注釈

のコールバック #onReceiveTextSms に渡されるビットマスクのフラグを設定して、受信 SMS を削除する必要があることを示すために使用します。

android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_DROPJava ドキュメント。

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

適用対象