AliyunVideoLicenseEventDelegate
@protocol AliyunVideoLicenseEventDelegate <NSObject>
* The Event notify of VideoLicense
-
* The error event of check license when using svideo function
Declaration
Objective-C
- (void)onAliyunVideoLicenseCheckError:(AliyunVideoLicenseResultCode)errCode;
Parameters
errCode
The error code
-
* The error event of check license when using svideo feature function
Declaration
Objective-C
- (void)onAliyunVideoLicenseFeatureCheck:(AliyunVideoFeatureType)featureType error:(AliyunVideoLicenseResultCode)errCode;
Parameters
featureType
The type of feature
errCode
The error code