saveProcessOptions

open fun saveProcessOptions(    @NonNull context: Context,     @NonNull processUUID: String,     @NonNull options: STWProcessOptions,     @Nullable callback: STWOperationCallback<MyBusinessError>)

Saves the given process options.

Parameters

context

Context The application context.

processUUID

String the process uuid.

options

STWProcessOptions process options to save.

callback

STWOperationCallback to handle the operation events.