Class LogInDelegate

java.lang.Object
com.cbe.delegate.LogInDelegate

public class LogInDelegate extends Object
Delegate class for the asynchronous version of method:

  • cbe::CloudBackend::logIn(const std::string&,const std::string&,const std::string&,cbe::delegate::LogInDelegatePtr)

  • Constructor Details

    • LogInDelegate

      public LogInDelegate(long cPtr, boolean cMemoryOwn)
    • LogInDelegate

      public LogInDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(LogInDelegate obj)
    • swigSetCMemOwn

      public void swigSetCMemOwn(boolean own)
    • finalize

      public void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • swigDirectorDisconnect

      public void swigDirectorDisconnect()
    • swigReleaseOwnership

      public void swigReleaseOwnership()
    • swigTakeOwnership

      public void swigTakeOwnership()
    • onLogInSuccess

      public void onLogInSuccess(CloudBackend cloudBackend)
      Called upon successful log in.
      Parameters:
      cloudBackend - Instance of a CloudBackend holding the session.
    • onLogInError

      public void onLogInError(Error error, Context context)
      Called upon failed log in.
      Parameters:
      error - Error information passed from CloudBackend SDK.
      context - Additional context information about the original service
      call that has failed.