Condividi tramite


CarrierMessagingService.ReceiveOptionsDrop Campo

Definizione

Attenzione

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

Usato per impostare il flag nella maschera di bit passato al callback di #onReceiveTextSms per indicare che l'SMS in ingresso deve essere eliminato.

[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

Valore del campo

Value = 1
Attributi

Commenti

Usato per impostare il flag nella maschera di bit passato al callback di #onReceiveTextSms per indicare che l'SMS in ingresso deve essere eliminato.

Documentazione java per android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_DROP.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a