getFavoriteTemplateList

open fun getFavoriteTemplateList(@NonNull context: Context): List<TemplateItem>

Gets the list of user favorite templates.

Return

List of TemplateItem marked as favorite.

See also

The favorite list is arranged by order that can be changed by user

The list of favorite templates is always synchronized with other client Apps.

Parameters

context

Context The application context.