changeTemplateFavoriteListOrder

open fun changeTemplateFavoriteListOrder(    @NonNull context: Context,     @NonNull sortedList: List<TemplateItem>,     @Nullable callback: STWOperationCallback)

Changes the order of favorite list. The new order will be synchronized with other client Apps.

Parameters

context

Context The application context.

sortedList
callback

STWOperationCallback: callback to handle operation events.