Package im.getsocial.sdk.ui
Interface UiActionListener
-
public interface UiActionListener
Use this interface to implement UI actions listener.
-
-
Field Summary
Fields Modifier and Type Field Description static UiActionListener
PROCEED_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUiAction(UiAction action, UiAction.Pending pendingAction)
Called before action is executed.
-
-
-
Field Detail
-
PROCEED_ALL
static final UiActionListener PROCEED_ALL
-
-
Method Detail
-
onUiAction
void onUiAction(UiAction action, UiAction.Pending pendingAction)
Called before action is executed.- Parameters:
action
- action user is going to perform.pendingAction
- pending action, callUiAction.Pending.proceed()
if you want to allow it.
-
-