DownloadManager.Request.SetDescription Method

Definition

Overloads

SetDescription(ICharSequence)

Set a description of this download, to be displayed in notifications (if enabled)

SetDescription(String)

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

Returns

Attributes

Remarks

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)

public Android.App.DownloadManager.Request? SetDescription (string? description);
member this.SetDescription : string -> Android.App.DownloadManager.Request

Parameters

description
String

Returns

Remarks

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