AgoraRtmLogoutErrorCode Constants Reference

Declared in AgoraRtmKit.h

AgoraRtmLogoutErrorCode

登出错误码。

Definition

typedef NS_ENUM(NSInteger, AgoraRtmLogoutErrorCode ) {
   AgoraRtmLogoutErrorOk = 0,
   AgoraRtmLogoutErrorRejected = 1,
   AgoraRtmLogoutErrorNotInitialized = 101,
   AgoraRtmLogoutErrorNotLoggedIn = 102,
};

Constants

AgoraRtmLogoutErrorOk

0: 登出成功。

Declared In AgoraRtmKit.h.

AgoraRtmLogoutErrorRejected

1: 预留错误码

Declared In AgoraRtmKit.h.

AgoraRtmLogoutErrorNotInitialized

101: SDK 未完成初始化。

Declared In AgoraRtmKit.h.

AgoraRtmLogoutErrorNotLoggedIn

102: 登出 Agora RTM 系统前未调用 loginByToken 方法或者 loginByToken 方法调用未成功。

Declared In AgoraRtmKit.h.

Declared In

AgoraRtmKit.h