Compartilhar via


DownloadManager.Request.VisibilityVisibleNotifyCompleted Campo

Definição

Cuidado

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

Este download é visível e aparece nas notificações enquanto estiver em andamento e após a conclusão.

[Android.Runtime.Register("VISIBILITY_VISIBLE_NOTIFY_COMPLETED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.", true)]
public const Android.App.DownloadVisibility VisibilityVisibleNotifyCompleted = 1;
[<Android.Runtime.Register("VISIBILITY_VISIBLE_NOTIFY_COMPLETED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.", true)>]
val mutable VisibilityVisibleNotifyCompleted : Android.App.DownloadVisibility

Valor do campo

Value = 1
Atributos

Comentários

Este download é visível e aparece nas notificações enquanto estiver em andamento e após a conclusão.

Documentação Java para android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED.

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

Aplica-se a