get Favorite Template List As Live Data
fun getFavoriteTemplateListAsLiveData(context: Context): LiveData<List<STWTemplate>?>
Content copied to clipboard
Gets the list of user favorite templates.
Return
The LiveData for List of STWTemplate marked as favorite.
See also
#changeTemplateFavoriteListOrder(Context, List, STWOperationCallback)
The list of favorite templates is always synchronized with other client
Apps.Content copied to clipboard
Parameters
context
**Context** The application context.Content copied to clipboard