com.sap.cloud.mobile.fiori.maps.SideSheetBehavior.OnStateChangeListener |
Callback interface used to notify the application that the view has been dismissed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onStateChanged(int state)
Called when the drag state has changed.
|
Called when the drag state has changed.
state | the new state. One of STATE_COLLAPSED , STATE_EXPANDED , STATE_DRAGGING or STATE_SETTLING .
|
---|