ViewType

enum ViewType

Types of views supported in a in-app.

Author

Umang Chamaria

Entries

BUTTON
Link copied to clipboard
TEXT
Link copied to clipboard
IMAGE
Link copied to clipboard
RATING
Link copied to clipboard
CLOSE_BUTTON
Link copied to clipboard

Functions

setValue
Link copied to clipboard
open fun setValue(value: String): ViewType
valueOf
Link copied to clipboard
open fun valueOf(name: String): ViewType
values
Link copied to clipboard
open fun values(): Array<ViewType>