DownloadManager.Request.SetDescription 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| SetDescription(ICharSequence) |
設定此下載的描述,若啟用,會顯示在通知中 |
| SetDescription(String) |
設定此下載的描述,若啟用,會顯示在通知中 |
SetDescription(ICharSequence)
設定此下載的描述,若啟用,會顯示在通知中
[Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/app/DownloadManager$Request;", "GetSetDescription_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.DownloadManager.Request? SetDescription(Java.Lang.ICharSequence? description);
[<Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/app/DownloadManager$Request;", "GetSetDescription_Ljava_lang_CharSequence_Handler")>]
abstract member SetDescription : Java.Lang.ICharSequence -> Android.App.DownloadManager.Request
override this.SetDescription : Java.Lang.ICharSequence -> Android.App.DownloadManager.Request
參數
- description
- ICharSequence
角色序列
傳回
這個物件
- 屬性
備註
設定此下載的描述,若啟用,會顯示在通知中
Android 參考資料。android.app.DownloadManager.Request.setDescription
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
SetDescription(String)
設定此下載的描述,若啟用,會顯示在通知中
public Android.App.DownloadManager.Request? SetDescription(string? description);
member this.SetDescription : string -> Android.App.DownloadManager.Request
參數
- description
- String
角色序列
傳回
這個物件
備註
設定此下載的描述,若啟用,會顯示在通知中
Android 參考資料。android.app.DownloadManager.Request.setDescription
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。