getTemplateList

open fun getTemplateList(    @NonNull context: Context,     @NonNull categoryUUID: String,     @Nullable searchKeyword: String): List<TemplateItem>

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.

categoryUUID

String the category uuid

searchKeyword

String : to get only templates with name containing this keyword, put empty string to get all templates