Interface ILicenseLogin


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

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

    • onLogin Link icon

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