InAppTemplateType
Enum class represents different types of templates.
Enum class represents different types of templates.
Entries | Value | Description |
---|---|---|
FORM | form | Indicates that the template is a form template. |
GENERIC | generic | Indicates 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
Parameters | Type | Description |
---|---|---|
value | String | The string represents the template type. |
Updated 8 days ago