get Template Category By UUID
suspend fun getTemplateCategoryByUUID(context: Context, categoryUUID: String): STWTemplateCategory?
Content copied to clipboard
Gets a template category having the given categoryUUID. This method return null if the given categoryUUID is empty or the corresponding category is not found.
It should be called only from a coroutine or another suspend function
Return
STWTemplateCategory : the category having the given UUID, or null if it is not found.
Parameters
context
**Context** The application context.Content copied to clipboard
category UUID
**String** the category uuidContent copied to clipboard