get Template List
open fun getTemplateList( @NonNull context: Context, @NonNull categoryUUID: String, @Nullable searchKeyword: String): List<TemplateItem>
Content copied to clipboard
Gets the list of templates that belongs to given category, and matching the keyword. Put empty categoryUUID to the full list of templates whatever their category.
Return
List of TemplateItem found.
Parameters
context
Context The application context.
category UUID
String the category uuid
search Keyword
String : to get only templates with name containing this keyword, put empty string to get all templates