Package com.iizix.license
Interface ILicenseLogin
public interface ILicenseLoginInterface used to inform of the login result.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLogin(LoginResult result)Called when the login completes successfully or without errors.
Method Detail
onLogin
void onLogin(LoginResult result)
Called when the login completes successfully or without errors.- Parameters:
result- The result.