getTemplateByUUID

suspend fun getTemplateByUUID(context: Context, templateUUID: String): STWTemplate?

Gets the STWTemplate having the given templateUUID.

Return

The STWTemplate or null if not exist.

Parameters

context
    **Context** The application context.