Package com.relaypro.sdk.types
Class ButtonEvent
- java.lang.Object
-
- com.relaypro.sdk.types.ButtonEvent
-
public class ButtonEvent extends java.lang.ObjectA button has been pressed on your device during a running workflow. This event occurs on a single, double or triple tap of the action button or a tap of the assistant button. Note this is separate from a button trigger.
-
-
Constructor Summary
Constructors Constructor Description ButtonEvent()
-
-
-
Field Detail
-
sourceUri
@SerializedName("source_uri") public java.lang.String sourceUriThe URN of the device whose button was pressed.
-
button
@SerializedName("button") public java.lang.String buttonWhich button was pressed.
-
taps
@SerializedName("taps") public java.lang.String tapsThe number of times the button was pressed.
-
-