AliyunEventManager

Deprecated

deprecated

@interface AliyunEventManager : NSObject

@property(nonatomic, copy) NSString *requestID;
@property(nonatomic, assign) BOOL enabled;

+ (instancetype)sharedManager;

- (void)sendEvent:(AliyunEvent)event params:(NSDictionary *)params;

- (void)sendEvent:(AliyunEvent)event params:(NSDictionary *)params type:(AliyunSubmoduleType)type;

+ (AliyunVideoEventInfo)videoInfoWithPath:(NSString *)path;

- (uint64_t)crc64WithPath:(NSString *)path;

- (void)refreshRequestID;

@end

Undocumented