public static interface Branch.LogoutStatusListener
Callback interface for listening logout status
Modifier and Type | Method and Description |
---|---|
void |
onLogoutFinished(boolean loggedOut,
BranchError error)
Called on finishing the the logout process
|
void onLogoutFinished(boolean loggedOut, BranchError error)
loggedOut
- A Boolean
which is set to true if logout succeedederror
- An instance of BranchError
to notify any error occurred during logout.
A null value is set if logout succeeded.