com.supermap.data
Interface CloudLicenseManager.LicenseLoginCallback
-
- Enclosing class:
- CloudLicenseManager
public static interface CloudLicenseManager.LicenseLoginCallback
Cloud license login callback interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
activeLicense(boolean activeSuccess)
Permission to activate the callbackvoid
loginAccount(boolean issuccess)
Login callback interface.void
logoutAccount(boolean logout)
Quits the online login callback interfacevoid
otherError(java.lang.String error)
Error Informationvoid
queryLicense(CloudLicenses licenses)
Returns all licenses supported by the accountvoid
recycleLicense(boolean recycleSuccess)
recycle license
-
-
-
Method Detail
-
loginAccount
void loginAccount(boolean issuccess)
Login callback interface. True means a successful login- Parameters:
issuccess
- whether the login is successful
-
logoutAccount
void logoutAccount(boolean logout)
Quits the online login callback interface- Parameters:
logout
- whether to log out returns true if it is a successful logout
-
queryLicense
void queryLicense(CloudLicenses licenses)
Returns all licenses supported by the account- Parameters:
licenses
-
-
activeLicense
void activeLicense(boolean activeSuccess)
Permission to activate the callback- Parameters:
activeSuccess
- Whether the license is activated successfully
-
recycleLicense
void recycleLicense(boolean recycleSuccess)
recycle license- Parameters:
recycleSuccess
- Whether the license is excited whether the return is successful
-
otherError
void otherError(java.lang.String error)
Error Information- Parameters:
error
- error log
-
-