Android.OS.DropBoxManager.AddData Method
Stores binary data, which may be ignored or discarded as with DropBoxManager.AddText(string, System.String).

Syntax

[Android.Runtime.Register("addData", "(Ljava/lang/String;[BI)V", "GetAddData_Ljava_lang_String_arrayBIHandler")]
public virtual void AddData (string tag, byte[] data, [Android.Runtime.GeneratedEnum] DropBoxManagerFlags flags)

Parameters

tag
describing the type of entry being stored
data
value to store
flags
describing the data

Remarks

Stores binary data, which may be ignored or discarded as with DropBoxManager.AddText(string, System.String).

[Android Documentation]

Requirements

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