public interface PushesFiles extends InteractsWithFiles
Modifier and Type | Method and Description |
---|---|
void |
pushFile(String remotePath,
byte[] base64Data)
Save base64 encoded data as a file on the remote mobile device.
|
pullFile, pullFolder
void pushFile(String remotePath, byte[] base64Data)
remotePath
- Path to file to write data to on remote devicebase64Data
- Base64 encoded byte array of data to write to remote deviceCopyright © 2014. All rights reserved.