get Template Category List
open fun getTemplateCategoryList(@NonNull context: Context): List<TemplateCategoryItem>
Content copied to clipboard
Gets the list of Template Categories sorted by name
Return
List of TemplateCategoryItem.
Parameters
context
Context The application context.