//core/com.kustomer.core.models/KusWidgetType
[androidJvm]
@JsonClass(generateAdapter = false)
enum KusWidgetType : Enum<KusWidgetType> —
Deprecated in favor of KusPreferredView, which allows for more precise control of tab visibility
CHAT_KB | [androidJvm] @Json(name = "chat-kb") CHAT_KB |
CHAT_ONLY | [androidJvm] @Json(name = "chat") CHAT_ONLY |
KB_ONLY | [androidJvm] @Json(name = "kb") KB_ONLY |
DEFAULT | [androidJvm] DEFAULT |
KB_ARTICLE_ONLY | [androidJvm] KB_ARTICLE_ONLY |
Name | Summary |
---|---|
entries | [androidJvm] val entries: EnumEntries<KusWidgetType> Returns a representation of an immutable list of all enum entries, in the order they’re declared. |
Name | Summary |
---|---|
valueOf | [androidJvm] fun valueOf(value: String): KusWidgetType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | [androidJvm] fun values(): Array<KusWidgetType> Returns an array containing the constants of this enum type, in the order they’re declared. |