Package com.iizix.license
Interface ILicenseSignUp
public interface ILicenseSignUp
Interface used for license Login or Sign Up.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- boolean- onEmail- (boolean taken) Callback informing the Sign Up routine that a mail address is taken or available.
- Method Details- onEmailboolean 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.