DownloadManager.Request.VisibilityVisibleNotifyOnlyCompletion フィールド

定義

注意事項

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

このダウンロードは、完了後の通知にのみ表示されます。

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

フィールド値

Value = 3
属性

注釈

このダウンロードは、完了後の通知にのみ表示されます。 これは、 でのみ DownloadManager#addCompletedDownload(String, String, boolean, String, String, long, boolean)使用できます。

android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETIONJava ドキュメント。

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

適用対象