DrmSupportInfo.SetDescription(String) Method

Definition

Sets a description for the DRM plug-in (agent).

[Android.Runtime.Register("setDescription", "(Ljava/lang/String;)V", "GetSetDescription_Ljava_lang_String_Handler")]
public virtual void SetDescription (string? description);
[<Android.Runtime.Register("setDescription", "(Ljava/lang/String;)V", "GetSetDescription_Ljava_lang_String_Handler")>]
abstract member SetDescription : string -> unit
override this.SetDescription : string -> unit

Parameters

description
String

Unique description of plug-in. Must not be null or an empty string.

Attributes

Remarks

Sets a description for the DRM plug-in (agent).

Java documentation for android.drm.DrmSupportInfo.setDescription(java.lang.String).

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