Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List
You are here:

...

Write content to local file on mobile device.
Properties
FileName
Fully qualified name of the file to write.
FileType
Type of file to read. Valid options: TEXT, BIN
FileEncoding
How the file is encoded. Valid options: UTF8, UTF16, ASCII
DataEncoding
How the data is encoded. Valid options: NONE, BASE64, URL
Data
String content to be written to the file.
Methods
Write
Write the file

...

Events
Completed
Triggered when file writing is finished.

  • Parameters:

    Name

    Type

    Description

    Status

    Enum

    See Status Code

    Message

    String

     

     |
    Show Contents List