public static SwipePicker.OnStateChangeListener
void onActivated(@NotNull
SwipePicker view,
boolean isActivated)
The listener is called every time the activation state changes.
view - SwipePicker of initiating event.isActivated - Current activated state.void onSelected(@NotNull
SwipePicker view,
boolean isSelected)
The listener is called every time the selection state changes.
view - SwipePicker of initiating event.isSelected - Current selected state.void onPressed(@NotNull
SwipePicker view,
boolean isPressed)
The listener is called every time the pressed state changes.
view - SwipePicker of initiating event.isPressed - Current pressed state.