Package 

Interface Auth.AuthUpdateResult

    • Method Summary

      Modifier and Type Method Description
      abstract void onUpdate(boolean success, ErrorInfo errorInfo) Signals an update from onAuthUpdatedAsync
      • Methods inherited from class java.lang.Object

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

      • onUpdate

         abstract void onUpdate(boolean success, ErrorInfo errorInfo)

        Signals an update from onAuthUpdatedAsync

        Parameters:
        success - If Update was successful
        errorInfo - optional errorInfo if update wasn't successful