notify External System
open fun notifyExternalSystem( @NonNull context: Context, @NonNull processUUID: String, @Nullable params: STWExternalSystemParams, @Nullable callback: STWExternalSystemCallback<MyBusinessError>)
Content copied to clipboard
Sends a notification to an external system.
Parameters
context
Context The application context.
process UUID
String UUID of the process in witch the notification need to be sent.
params
STWExternalSystemParams params needed for the notification.
callback
STWExternalSystemCallback to handle notification events.