change Template Favorite List Order
fun changeTemplateFavoriteListOrder( context: Context, sortedList: List<STWTemplate?>?, callback: OperationListener<MyBusinessError>?)
Content copied to clipboard
Changes the order of favorite list. The new order will be synchronized with other client Apps.
Parameters
context
**Context** The application context.Content copied to clipboard
sorted List
[List] of [STWTemplate]Content copied to clipboard
callback
**[OperationListener]:** callback to
handle operation events.Content copied to clipboard