DownloadManager.Request.VisibilityHidden フィールド

定義

注意事項

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

このダウンロードは、UI や通知には表示されません。

[Android.Runtime.Register("VISIBILITY_HIDDEN")]
[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 VisibilityHidden = 2;
[<Android.Runtime.Register("VISIBILITY_HIDDEN")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadVisibility enum directly instead of this field.", true)>]
val mutable VisibilityHidden : Android.App.DownloadVisibility

フィールド値

Value = 2
属性

注釈

このダウンロードは、UI や通知には表示されません。

の Java ドキュメント android.app.DownloadManager.Request.VISIBILITY_HIDDEN

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象