STWExportSettingsCallback

interface STWExportSettingsCallback

Callback to handle events related to export settings operation.

Functions

Link copied to clipboard
abstract fun fillSettings(@NonNull context: Context, @NonNull settingsMap: JSONObject): JSONObject
Called by Export settings task to fill settings to export in the given json.
Link copied to clipboard
abstract fun onAttachmentReady(@NonNull uri: Uri)
Called when the Settings file to share is ready.
Link copied to clipboard
abstract fun onStart()
Called when the Export settings task start the operation.