InAppWidget

open class InAppWidget : InAppWidgetBase

Author

Umang Chamaria

Constructors

InAppWidget
Link copied to clipboard
open fun InAppWidget(id: Int, viewType: ViewType, component: InAppComponent, @Nullable() actions: List<Action>)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
toString
Link copied to clipboard
open fun toString(): String

Properties

actions
Link copied to clipboard
val actions: List<Action>
component
Link copied to clipboard
val component: InAppComponent
viewType
Link copied to clipboard
val viewType: ViewType