Patient Cloud AppConnect Android API References
|
Public Member Functions | |
native String | getEncryptedDataFilePath (Form form) |
native void | updateFormSyncStatus (Form form, boolean success, Date attemptedAt, String message) |
The FileBlobUtility performs operations on Form objects related to their FileBlobs Specifically, this is functionality on form objects that we do not expose in our API, but that we use for encryption and sending of data.
native String com.mdsol.babbage.model.internal.FileBlobUtility.getEncryptedDataFilePath | ( | Form | form | ) |
Gets the file path that this form was encrypted to upon completion.
native void com.mdsol.babbage.model.internal.FileBlobUtility.updateFormSyncStatus | ( | Form | form, |
boolean | success, | ||
Date | attemptedAt, | ||
String | message | ||
) |