AdyenSwipeToRevealLayout
A swipeable view that contains two child views which are:
Underlay View: A View instance which is gonna be placed in the background and will be shown once user swipes the Main View from right to left. When defining your layout, your underlay view needs to be placed before your main view within AdyenSwipeToRevealLayout.
Main View: A View instance which is gonna be shown in the foreground. When defining your layout, your main view needs to be placed after your underlay view within AdyenSwipeToRevealLayout.
Example:
Types
A callback that gets triggered every time mainView gets clicked if underlay is hidden.
A callback interface that gets triggered every time underlayView gets expanded.
Functions
Collapse the underlayView with animation.
Remove UnderlayListener that's been set using setUnderlayListener.
Set drag locked state of this view.
Register a listener to be invoked when mainView is clicked.
Set UnderlayListener that will receive the notifications every time underlayView gets expanded.