get Template By UUID
suspend fun getTemplateByUUID(context: Context, templateUUID: String): STWTemplate?
Content copied to clipboard
Gets the STWTemplate having the given templateUUID.
Return
The STWTemplate or null if not exist.
Parameters
context
**Context** The application context.Content copied to clipboard