Package 

Interface Branch.LogoutStatusListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onLogoutFinished(boolean loggedOut, BranchError error) Called on finishing the the logout process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 succeeded
        error - An instance of BranchError to notify any error occurred during logout.A null value is set if logout succeeded.