Android.Drm.DrmManagerClient.CanHandle Method
Checks whether the given MIME type or path can be handled.

Syntax

[Android.Runtime.Register("canHandle", "(Ljava/lang/String;Ljava/lang/String;)Z", "GetCanHandle_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual bool CanHandle (string path, string mimeType)

Parameters

path
Path of the content to be handled.
mimeType
MIME type of the object to be handled.

Returns

Documentation for this section has not yet been entered.

Remarks

Checks whether the given MIME type or path can be handled.

[Android Documentation]

Requirements

Namespace: Android.Drm
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11