mark Processes As Read
open fun markProcessesAsRead( @NonNull context: Context, @NonNull processes: List<ProcessItem>, @Nullable callback: STWOperationCallback<MyBusinessError>)
Content copied to clipboard
Marks the given process list as read. This operation will be synchronized with other client Apps.
Parameters
context
Context The application context.
processes
List of ProcessItemto mark as read
callback
STWOperationCallback to handle operation events.