getFavoriteTemplateList

suspend fun getFavoriteTemplateList(context: Context): List<STWTemplate>?

Gets the list of user favorite templates. And it should be called only from a coroutine or another suspend function.

Return

The 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.