UrlRequest.RequestPriorityLow Campo

Definição

Cuidado

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

Baixa prioridade de solicitação.

[Android.Runtime.Register("REQUEST_PRIORITY_LOW", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.UrlRequestPriority enum directly instead of this field.", true)]
public const Android.Net.Http.UrlRequestPriority RequestPriorityLow = 2;
[<Android.Runtime.Register("REQUEST_PRIORITY_LOW", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.UrlRequestPriority enum directly instead of this field.", true)>]
val mutable RequestPriorityLow : Android.Net.Http.UrlRequestPriority

Valor do campo

Value = 2
Atributos

Comentários

Baixa prioridade de solicitação. Passado para Builder#setPriority.

Documentação Java para android.net.http.UrlRequest.REQUEST_PRIORITY_LOW.

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

Aplica-se a