Companion

public class Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
public final static ContentDescriptor create(ByteArray content, String mimeType, String fileName, String friendlyName)

Constructs new ContentDescriptor with ByteArray data.

public final static ContentDescriptor create(Uri content, Context context, String mimeType, String fileName, String friendlyName)

Constructs new ContentDescriptor with android.net.Uri data.

Link copied to clipboard
public final static ContentDescriptor invoke(ByteArray content, String mimeType, String fileName, String friendlyName)

Constructs new ContentDescriptor with ByteArray data.

public final static ContentDescriptor invoke(Uri content, Context context, String mimeType, String fileName, String friendlyName)

Constructs new ContentDescriptor with android.net.Uri data.