JMSGUserInfo Class Reference

Inherits from NSObject
Declared in JMSGUser.h

Overview

用户信息类(用于修改用户信息、注册新用户)

  nickname

昵称

@property (nonatomic, strong) NSString *nickname

Declared In

JMSGUser.h

  birthday

生日,格式:时间戳

@property (nonatomic, strong) NSNumber *birthday

Declared In

JMSGUser.h

  signature

签名

@property (nonatomic, strong) NSString *signature

Declared In

JMSGUser.h

  gender

性别

@property (nonatomic, assign) JMSGUserGender gender

Declared In

JMSGUser.h

  region

区域

@property (nonatomic, strong) NSString *region

Declared In

JMSGUser.h

  address

地址

@property (nonatomic, strong) NSString *address

Declared In

JMSGUser.h

  avatarData

头像数据,注意:注册新用户时不支持同时上传头像

@property (nonatomic, strong) NSData *avatarData

Declared In

JMSGUser.h

  extras

信息扩展字段,value 仅支持 NSString 类型

@property (nonatomic, strong) NSDictionary *extras

Declared In

JMSGUser.h