WidgetType
enum class WidgetType
EnumItems
| Name | Description |
|---|---|
CHEER_METER
|
|
TEXT_PREDICTION
|
|
TEXT_PREDICTION_FOLLOW_UP
|
|
IMAGE_PREDICTION
|
|
IMAGE_PREDICTION_FOLLOW_UP
|
|
TEXT_QUIZ
|
|
IMAGE_QUIZ
|
|
TEXT_POLL
|
|
IMAGE_POLL
|
|
POINTS_TUTORIAL
|
|
COLLECT_BADGE
|
|
ALERT
|
|
IMAGE_SLIDER
|
Fields
| Name | Description |
|---|---|
val event: String
|
Methods
getType
fun getType(): String
ReturnValue
| Name | Description |
|---|---|
String
|
Extensions
toAnalyticsString
fun WidgetType.toAnalyticsString(): String
Receiver
| Name | Description |
|---|---|
WidgetType
|
ReturnValue
| Name | Description |
|---|---|
String
|
CompanionObject
WidgetType
enum class WidgetType
Methods
fromString
fun fromString(type: String): map[type]
Parameters
| Name | Description |
|---|---|
type: String
|
ReturnValue
| Name | Description |
|---|---|
map[type]
|