Uses of Interface
com.iizix.GenericCallback
Uses of GenericCallback in com.iizix.license
Modifier and TypeMethodDescriptionIGenericLicenseSystem.activate
(GenericCallback<Void, String> callback) Activates the license.IGenericLicenseSystem.completeRegistration
(GenericCallback<Void, String> callback) Completes the registration.IGenericLicenseSystem.extendTrial
(GenericCallback<Void, String> callback) Requests an additional 7 days extension for the trial.IGenericLicenseSystem.requestEmailVerification
(String email, GenericCallback<Void, String> callback) Requests to send an email to verify the email.IGenericLicenseSystem.resetPassword
(String email, GenericCallback<Void, String> callback) Resets the password for a user by sending a mail.IGenericLicenseSystem.signUp
(String email, String password, Map<String, String> details, GenericCallback<Void, String> callback) Sign up user.IGenericLicenseSystem.verifyEmailCode
(String email, String code, GenericCallback<Void, String> callback) Verifies a code for an email sent to the user.IGenericLicenseSystem.verifyEmailTaken
(String email, GenericCallback<Void, String> callback) Verifies if an email is taken for sign in.