DrmSupportInfo.Description Property

Definition

Retrieves the DRM plug-in (agent) description.

public virtual string? Description { [Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "GetGetDescriptionHandler")] get; }
[<get: Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "GetGetDescriptionHandler")>]
member this.Description : string

Property Value

The plug-in description.

Attributes

Remarks

Retrieves the DRM plug-in (agent) description. Even if null or an empty string is not allowed in #setDescription(String), if #setDescription(String) is not called, description returned from this method is an empty string.

Java documentation for android.drm.DrmSupportInfo.getDescription().

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