JCApiState Constants Reference

Declared in JCValue.h

JCApiState

api状态值

Definition

typedef NS_ENUM(NSInteger, JCApiState ) {
   JCApiStateNone = 0,
   JCApiStateInit,
   JCApiStateLogouted,
   JCApiStateLogining,
   JCApiStateLogined,
   JCApiStateLoginFailed,
   JCApiStateLogouting,
};

Constants

JCApiStateNone

初始状态(未初始化)

Declared In JCValue.h.

JCApiStateInit

初始化成功(或登出成功)

Declared In JCValue.h.

JCApiStateLogouted

被登出(已经在A设备登录的账号,在B设备上登录时,在A设备上该账号就是被登出)

Declared In JCValue.h.

JCApiStateLogining

登录中

Declared In JCValue.h.

JCApiStateLogined

登录成功

Declared In JCValue.h.

JCApiStateLoginFailed

登录失败

Declared In JCValue.h.

JCApiStateLogouting

登出中

Declared In JCValue.h.

Declared In

JCValue.h