#import <BMKLicenseAuthorizeManager.h>
◆ authorizeLicenseWithServiceType:userInfo:needActive:completion:
授权请求,只请求和返回单个服务授权状态 serviceType 业务服务,BMKAuthorizeServiceTypeALL为所有服务 userInfo 用户设备信息 needActive 是否需SDK端上激活,YES:端上主动激活操作并校验,消耗lincese配额 NO:端上仅拉取lincese信息做校验,不做激活操作 completion 授权完成回调,包含授权错误码和单个服务授权状态
◆ checkAuthorizeLicensePermissionWithServiceType:userInfo:
| - (BOOL) checkAuthorizeLicensePermissionWithServiceType: |
|
(BMKAuthorizeServiceType) |
serviceType |
| userInfo: |
|
(BMKAuthorizeUserInfo *) |
userInfo |
|
|
| |
检测当前设备单个服务是否有权限
- 返回
- YES 有;NO 没有
◆ sharedManager
| + (instancetype) sharedManager |
|
|
|
◆ authorizeUserInfo
该类的文档由以下文件生成: