change Template Favorite List Order
open fun changeTemplateFavoriteListOrder( @NonNull context: Context, @NonNull sortedList: List<TemplateItem>, @Nullable callback: STWOperationCallback)
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.
sorted List
List of TemplateItem
callback
STWOperationCallback: callback to handle operation events.