com.worklight.wlclient.api

Interface WLLoginResponseListener

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void onFailure(WLFailResponse response)
      Called when WLAuthorizationManager.login fails.
      void onSuccess()
      Called when WLAuthorizationManager.login completes successfully.
    • Method Detail

      • onSuccess

        void onSuccess()
        Called when WLAuthorizationManager.login completes successfully.
      • onFailure

        void onFailure(WLFailResponse response)
        Called when WLAuthorizationManager.login fails.
        Parameters:
        response - Response containing error information.


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.