Partager via


CarrierMessagingService.ReceiveOptionsDrop Champ

Définition

Attention

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

Permet de définir l’indicateur dans le masque de bits passé au rappel pour #onReceiveTextSms indiquer que le SMS entrant doit être supprimé.

[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

Valeur de champ

Value = 1
Attributs

Remarques

Permet de définir l’indicateur dans le masque de bits passé au rappel pour #onReceiveTextSms indiquer que le SMS entrant doit être supprimé.

Documentation Java pour android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_DROP.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à