DownloadManager.Request.SetDescription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetDescription(ICharSequence) |
Set a description of this download, to be displayed in notifications (if enabled) |
| SetDescription(String) |
Set a description of this download, to be displayed in notifications (if enabled) |
SetDescription(ICharSequence)
Set a description of this download, to be displayed in notifications (if enabled)
[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
Parameters
- description
- ICharSequence
CharSequence
Returns
this object
- Attributes
Remarks
Set a description of this download, to be displayed in notifications (if enabled)
Android reference for android.app.DownloadManager.Request.setDescription.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
SetDescription(String)
Set a description of this download, to be displayed in notifications (if enabled)
public Android.App.DownloadManager.Request? SetDescription(string? description);
member this.SetDescription : string -> Android.App.DownloadManager.Request
Parameters
- description
- String
CharSequence
Returns
this object
Remarks
Set a description of this download, to be displayed in notifications (if enabled)
Android reference for android.app.DownloadManager.Request.setDescription.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.