ConnectivityManager.RestrictBackgroundStatusDisabled Campo

Definição

Cuidado

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

O dispositivo não está restringindo a atividade de rede limitada enquanto o aplicativo está em execução em segundo plano.

[Android.Runtime.Register("RESTRICT_BACKGROUND_STATUS_DISABLED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.RestrictBackgroundStatus enum directly instead of this field.", true)]
public const Android.Net.RestrictBackgroundStatus RestrictBackgroundStatusDisabled = 1;
[<Android.Runtime.Register("RESTRICT_BACKGROUND_STATUS_DISABLED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.RestrictBackgroundStatus enum directly instead of this field.", true)>]
val mutable RestrictBackgroundStatusDisabled : Android.Net.RestrictBackgroundStatus

Valor do campo

Value = 1
Atributos

Comentários

Java documentação para android.net.ConnectivityManager.RESTRICT_BACKGROUND_STATUS_DISABLED.

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