public static interface DraggableView.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onHidden(boolean canceled)
The method, which is invoked, when the view has been hidden.
|
void |
onMaximized()
The method, which is invoked, when the view has been maximized.
|