Showing
26 changed files
with
6 additions
and
4 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -348,8 +348,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -348,8 +348,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
348 | /// \param completion 完成回调 | 348 | /// \param completion 完成回调 |
349 | /// | 349 | /// |
350 | - (void)loginWithUuid:(NSInteger)uuid completion:(void (^ _Nonnull)(NSString * _Nullable))completion SWIFT_DEPRECATED_MSG("Use login(userToken: String, completion: @escaping HHLoginHandler) instead."); | 350 | - (void)loginWithUuid:(NSInteger)uuid completion:(void (^ _Nonnull)(NSString * _Nullable))completion SWIFT_DEPRECATED_MSG("Use login(userToken: String, completion: @escaping HHLoginHandler) instead."); |
351 | -/// 登出 | ||
352 | -- (void)logout; | 351 | +/// 退出登录 |
352 | +/// \param complet 登录状态回调, 如果为nil表示退出d成功 | ||
353 | +/// | ||
354 | +- (void)logoutWithComplete:(void (^ _Nullable)(NSString * _Nullable))complete; | ||
353 | /// 切换正式/测试环境,请勿调用 | 355 | /// 切换正式/测试环境,请勿调用 |
354 | - (void)switchEnv:(BOOL)development; | 356 | - (void)switchEnv:(BOOL)development; |
355 | /// 主叫发起通话 | 357 | /// 主叫发起通话 |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This file is too large to display.
-
Please register or login to post a comment