JMSGUserField Constants Reference

Declared in JMSGUser.h

JMSGUserField

Definition

typedef NS_ENUM(NSUInteger, JMSGUserField ) {
   kJMSGUserFieldsNickname = 0,
   kJMSGUserFieldsBirthday = 1,
   kJMSGUserFieldsSignature = 2,
   kJMSGUserFieldsGender = 3,
   kJMSGUserFieldsRegion = 4,
   kJMSGUserFieldsAvatar = 5,
   kJMSGUserFieldsAddress = 6,
   kJMSGUserFieldsExtras = 7,
};

Constants

kJMSGUserFieldsNickname

用户信息字段: 昵称

Declared In JMSGUser.h.

kJMSGUserFieldsBirthday

用户信息字段: 生日

Declared In JMSGUser.h.

kJMSGUserFieldsSignature

用户信息字段: 签名

Declared In JMSGUser.h.

kJMSGUserFieldsGender

用户信息字段: 性别

Declared In JMSGUser.h.

kJMSGUserFieldsRegion

用户信息字段: 区域

Declared In JMSGUser.h.

kJMSGUserFieldsAvatar

用户信息字段: 头像 (内部定义的 media_id)

Declared In JMSGUser.h.

kJMSGUserFieldsAddress

用户信息字段: 地址

Declared In JMSGUser.h.

kJMSGUserFieldsExtras

用户信息字段: 扩展字段

Declared In JMSGUser.h.

Declared In

JMSGUser.h