Interface ILicenseSignUp


public interface ILicenseSignUp
Interface used for license Login or Sign Up.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onEmail(boolean taken)
    Callback informing the Sign Up routine that a mail address is taken or available.
  • Method Details

    • onEmail

      boolean onEmail(boolean taken)
      Callback informing the Sign Up routine that a mail address is taken or available.
      Parameters:
      taken - true if the email is taken, false if OK to proceed.