Media class
Media object returned by the select Media API
- Extends
Constructors
Media(Media) |
Properties
preview | A preview of the file which is a lightweight representation. In case of images this will be a thumbnail/compressed image in base64 encoding. |
Inherited Properties
content | Content of the file. When format is Base64, this is the base64 content When format is ID, this is id mapping to the URI When format is base64 and app needs to use this directly in HTML tags, it should convert this to dataUrl. |
format | Format of the content |
mime |
MIME type. This can be used for constructing a dataUrl, if needed. |
name | Optional: Name of the file |
size | Size of the file in KB |
Methods
get |
Gets the media in chunks irrespective of size, these chunks are assembled and sent back to the webapp as file/blob See SdkError if there is an error If error is null or undefined, the callback will be called with See Blob. |
Constructor Details
Media(Media)
Property Details
preview
A preview of the file which is a lightweight representation. In case of images this will be a thumbnail/compressed image in base64 encoding.
preview: string
Property Value
string
Inherited Property Details
content
Content of the file. When format is Base64, this is the base64 content When format is ID, this is id mapping to the URI When format is base64 and app needs to use this directly in HTML tags, it should convert this to dataUrl.
content: string
Property Value
string
Inherited From File.content
format
mimeType
MIME type. This can be used for constructing a dataUrl, if needed.
mimeType: string
Property Value
string
Inherited From File.mimeType
name
size
Method Details
getMedia(getMediaCallbackFunctionType)
Gets the media in chunks irrespective of size, these chunks are assembled and sent back to the webapp as file/blob
See SdkError if there is an error If error is null or undefined, the callback will be called with See Blob.
function getMedia(callback: getMediaCallbackFunctionType)
Parameters
- callback
- getMediaCallbackFunctionType
callback is called with the