| | |
| | | [Export("initLibWithAppKey:globalAppKey:")] |
| | | bool InitLibWithAppKey(string appKey, string globalAppKey); |
| | | |
| | | // +(void)playBackVideo:(NSObject *)deviceInfo; |
| | | // +(void)setEZAccessToken:(NSString *)accessToken; |
| | | [Static] |
| | | [Export("playBackVideo:")] |
| | | void PlayBackVideo(NSObject deviceInfo); |
| | | [Export("setEZAccessToken:")] |
| | | void SetEZAccessToken(string accessToken); |
| | | |
| | | // +(void)go2EZvizMonitor; |
| | | [Static] |
| | | [Export("go2EZvizMonitor")] |
| | | void Go2EZvizMonitor(); |
| | | |
| | | // +(void)addEzvizMonitor; |
| | | [Static] |
| | | [Export("addEzvizMonitor")] |
| | | void AddEzvizMonitor(); |
| | | |
| | | // +(void)Play:(NSObject *)deviceInfo; |
| | | [Static] |
| | | [Export("Play:")] |
| | | void Play(NSObject deviceInfo); |
| | | |
| | | // +(void)go2EZvizMonitor; |
| | | // +(void)setting:(NSObject *)deviceInfo; |
| | | [Static] |
| | | [Export("go2EZvizMonitor")] |
| | | void Go2EZvizMonitor(); |
| | | [Export("setting:")] |
| | | void Setting(NSObject deviceInfo); |
| | | |
| | | // +(void)playBackVideo:(NSObject *)deviceInfo; |
| | | [Static] |
| | | [Export("playBackVideo:")] |
| | | void PlayBackVideo(NSObject deviceInfo); |
| | | } |
| | | } |
| | | |