ActionButton

open class ActionButton

Author

Umang Chamaria Date: 27/12/19

Constructors

ActionButton
Link copied to clipboard
open fun ActionButton(title: String, icon: String, actionId: String, @Nullable() action: JSONObject)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

action
Link copied to clipboard
val action: JSONObject
actionId
Link copied to clipboard
val actionId: String
icon
Link copied to clipboard
val icon: String
title
Link copied to clipboard
val title: String