Read the content of local file on mobile device.
Fully qualified name of the file to read.
Type of file to read. Valid options: TEXT, BIN
How the file is encoded. Valid options: UTF8, UTF16, ASCII
How the data is encoded. Valid options: NONE, BASE64, URL
Read the file
Triggered when file reading is finished.
Parameters:
Name | Type | Description |
|---|---|---|
Status | Enum | See Status Code |
data | String | File data |
Message | String |