Android.Drm.DrmInfo.Put Method
Adds optional information as key-value pairs to this object.

Syntax

[Android.Runtime.Register("put", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetPut_Ljava_lang_String_Ljava_lang_Object_Handler")]
public virtual void Put (string key, Java.Lang.Object value)

Parameters

key
Key to add.
value
Value to add.

Remarks

Adds optional information as key-value pairs to this object. To add a custom object to the DrmInfo object, you must override the Java.Lang.Object.ToString implementation.

[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