public static interface PrivateService.OnPremiumLicenseVerifyCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onPremiumLicenseVerifyCallback(PrivateService.PremiumBizType type,
boolean isValid,
java.lang.String errorMsg)
License verification result callback method.
|
void onPremiumLicenseVerifyCallback(PrivateService.PremiumBizType type, boolean isValid, java.lang.String errorMsg)
type - Business type, identifying which feature module's verification result. See PrivateService.PremiumBizTypeisValid - Whether the license is valid, true means verification passed, false means verification failederrorMsg - Error message, provides specific error description when isValid is false