UploadAssetSourceType

class UploadAssetSourceType(val sourceId: String, val mimeTypeFilter: String) : AssetSourceType

Same as AssetSourceType but for assets that should be uploaded from your device and that have mime type of mimeTypeFilter.

Parameters

mimeTypeFilter

the mime type filter that is used to filter out the device assets when system picker is displayed.

Constructors

Link copied to clipboard
constructor(sourceId: String, mimeTypeFilter: String)

Properties

Link copied to clipboard
Link copied to clipboard