| | |
| | | [Export ("setHDlAccessToken:refreshToken:")] |
| | | void SetHDlAccessToken (string accessToken, string refreshToken); |
| | | |
| | | // +(void)setRequestHttpsHost:(NSString *)requestHttpsHost; |
| | | // +(void)setRequestHttpsHostAndPlatform:(NSString *)requestHttpsHost platform:(int)platform; |
| | | [Static] |
| | | [Export ("setRequestHttpsHost:")] |
| | | void SetRequestHttpsHost (string requestHttpsHost); |
| | | [Export("setRequestHttpsHostAndPlatform:platform:")] |
| | | void SetRequestHttpsHostAndPlatform(string requestHttpsHost, int platform); |
| | | |
| | | // +(void)go2EZvizMonitor; |
| | | [Static] |