InAppTemplateType

Enum class represents different types of templates.

Enum class represents different types of templates.

EntriesValueDescription
FORMformIndicates that the template is a form template.
GENERICgenericIndicates that the template is a generic template.

Companion Functions

fromValue

Converts a string to the corresponding InAppTemplateType.

Syntax: fun fromValue(value: String): InAppTemplateType?

Return Value: The InAppTemplateType corresponding to the given string value.null if no matching template type is found.

Parameters

ParametersTypeDescription
valueStringThe string represents the template type.