Skip to content

//core/com.petersamokhin.vksdk.core.model.objects/Keyboard/Button/Action

Action

[common]\ data class Action(type: Keyboard.Button.Action.Type, label: String?, payload: String?, hash: String?, link: String?, appId: Int?, ownerId: Int?)

Types

Name Summary
Type [common]
enum Type : Enum<Keyboard.Button.Action.Type>

Properties

Name Summary
appId [common]
val appId: Int? = null
hash [common]
val hash: String? = null
label [common]
val label: String? = null
link [common]
val link: String? = null
ownerId [common]
val ownerId: Int? = null
payload [common]
val payload: String? = null
type [common]
val type: Keyboard.Button.Action.Type