public static interface Network.LeaveStatusListener extends Listener
Network.leave(LeaveStatusListener).| Modifier and Type | Method and Description |
|---|---|
void |
onResponse(Command.State state,
java.lang.Throwable tr)
A function that needs to be implemented to listen to response
of
Network.leave(LeaveStatusListener) command. |
void onResponse(Command.State state, java.lang.Throwable tr)
Network.leave(LeaveStatusListener) command.state - Response state indicating success or failure.tr - Throwable in case if any exception occurred.