STWMy Business External DBCallback
interface STWMyBusinessExternalDBCallback<T : Error?> : STWExternalSystemCallback<T>
Content copied to clipboard
This is a callback to handle events related to dat requests from external system.
Parameters
<T>
Error class
Functions
Link copied to clipboard
abstract fun startExternalDataActivity(@NonNull token: String, @Nullable templateUUID: String)
Content copied to clipboard
This method will be called when app need to open a WebView to request data from external system.