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
-
Undocumented
Declaration
Objective-C
@property(nonatomic, copy) NSString *requestID
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL enabled
-
Undocumented
Declaration
Objective-C
+ (instancetype)sharedManager;
-
Undocumented
Declaration
Objective-C
- (void)sendEvent:(AliyunEvent)event params:(NSDictionary *)params;
-
Undocumented
Declaration
Objective-C
- (void)sendEvent:(AliyunEvent)event params:(NSDictionary *)params type:(AliyunSubmoduleType)type;
-
Undocumented
Declaration
Objective-C
+ (AliyunVideoEventInfo)videoInfoWithPath:(NSString *)path;
-
Undocumented
Declaration
Objective-C
- (uint64_t)crc64WithPath:(NSString *)path;
-
Undocumented
Declaration
Objective-C
- (void)refreshRequestID;