Lingua

Context.ReceiverNotExported Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.

Flag per #registerReceiver: il ricevitore non può ricevere trasmissioni da altre app.

[Android.Runtime.Register("RECEIVER_NOT_EXPORTED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.", true)]
public const Android.Content.ReceiverFlags ReceiverNotExported = 4;
[<Android.Runtime.Register("RECEIVER_NOT_EXPORTED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.", true)>]
val mutable ReceiverNotExported : Android.Content.ReceiverFlags

Valore del campo

Value = 4
Attributi

Commenti

Flag per #registerReceiver: il ricevitore non può ricevere trasmissioni da altre app. Ha lo stesso comportamento di contrassegnare un ricevitore registrato in modo statico con "export=false"

per android.content.Context.RECEIVER_NOT_EXPORTED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a