Package 

Interface BranchUniversalObject.RegisterViewStatusListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onRegisterViewFinished(boolean registered, BranchError error) Called on finishing the the register view process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onRegisterViewFinished

         abstract void onRegisterViewFinished(boolean registered, BranchError error)

        Called on finishing the the register view process

        Parameters:
        registered - A which is set to true if register content view succeeded
        error - An instance of BranchError to notify any error occurred during registering a content view event.