connect-sdk / de.proglove.sdk.button / PgTrigger
PgTrigger
data class PgTrigger
PgTrigger is a specific pattern of interacting with a certain button. For example, double click of button main button or long click of custom button.
Constructors
| Name | Summary |
|---|---|
| <init> | PgTrigger is a specific pattern of interacting with a certain button. For example, double click of button main button or long click of custom button.PgTrigger(button:PgButton= PgButton.MainPgButton, gesture:PgGesture= PgGesture.SINGLE_CLICK) |
Properties
| Name | Summary |
|---|---|
| button | val button:PgButton |
| gesture | val gesture:PgGesture |