Idioma

Context.ReceiverVisibleToInstantApps Campo

Definição

Cuidado

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

Sinalizador para #registerReceiver: o receptor pode receber transmissões de Aplicativos Instantâneos.

[System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.")]
public const int ReceiverVisibleToInstantApps = 1;
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.")>]
val mutable ReceiverVisibleToInstantApps : int

Valor do campo

Value = 1
Atributos

Comentários

Java documentação para android.content.Context.RECEIVER_VISIBLE_TO_INSTANT_APPS.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a