DropBoxManager.AddData(String, Byte[], DropBoxManagerFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores binary data, which may be ignored or discarded as with #addText
.
[Android.Runtime.Register("addData", "(Ljava/lang/String;[BI)V", "GetAddData_Ljava_lang_String_arrayBIHandler")]
public virtual void AddData (string tag, byte[]? data, Android.OS.DropBoxManagerFlags flags);
[<Android.Runtime.Register("addData", "(Ljava/lang/String;[BI)V", "GetAddData_Ljava_lang_String_arrayBIHandler")>]
abstract member AddData : string * byte[] * Android.OS.DropBoxManagerFlags -> unit
override this.AddData : string * byte[] * Android.OS.DropBoxManagerFlags -> unit
Parameters
- tag
- String
describing the type of entry being stored
- data
- Byte[]
value to store
- flags
- DropBoxManagerFlags
describing the data
- Attributes
Remarks
Stores binary data, which may be ignored or discarded as with #addText
.
Java documentation for android.os.DropBoxManager.addData(java.lang.String, byte[], int)
.
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.