-
public interface Branch.LogoutStatusListenerCallback interface for listening logout status
-
-
Method Summary
Modifier and Type Method Description abstract voidonLogoutFinished(boolean loggedOut, BranchError error)Called on finishing the the logout process -
-
Method Detail
-
onLogoutFinished
abstract void onLogoutFinished(boolean loggedOut, BranchError error)
Called on finishing the the logout process
- Parameters:
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.
-
-
-
-