writeData
Requests to write data over the external channel. The SDK will track a single write request at a time, so this function should not be called again until the previous write request is complete.
Parameters
data
The data to write to the external channel.
completion
The ErrorCompletionCallback to be invoked when the write operation is complete.