Interface ILicenseSignUp


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

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      booleanonEmail​(boolean taken)
      Callback informing the Sign Up routine that a mail address is taken or available.
    • Method Detail

      • 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.