Interface ILicenseLogin


public interface ILicenseLogin
Interface used to inform of the login result.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the login completes successfully or without errors.
  • Method Details

    • onLogin

      void onLogin(SigninResult result)
      Called when the login completes successfully or without errors.
      Parameters:
      result - The result.