add Template To Favorite
fun addTemplateToFavorite( context: Context, templateUuid: String, callback: OperationListener<MyBusinessError>?)
Content copied to clipboard
Adds a template to the list of favorite templates. The new favorite template is always added at the first position in favorite list.
The order in the list of favorite can be changed
See also
#changeTemplateFavoriteListOrder(Context, List, OperationListener)
Parameters
context
**Context** The application context.Content copied to clipboard
template Uuid
**String** the template uuidContent copied to clipboard
callback
**[OperationListener]:** callback to
handle operation events.Content copied to clipboard