changeTemplateFavoriteListOrder

fun changeTemplateFavoriteListOrder(    context: Context,     sortedList: List<STWTemplate?>?,     callback: OperationListener<MyBusinessError>?)

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

Parameters

context
    **Context** The application context.
sortedList
    [List] of [STWTemplate]
callback
    **[OperationListener]:** callback to
    handle operation events.