getFavoriteTemplateListAsLiveData

fun getFavoriteTemplateListAsLiveData(context: Context): LiveData<List<STWTemplate>?>

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.

Parameters

context
    **Context** The application context.