WhiteMemberInformation Class Reference

Inherits from WhiteObject
Declared in WhiteMemberInformation.h

Overview

Configuration for customized user information.

– initWithUserId:name:avatar:

The MemberInformation constructor, for initializing a MemberInformation object.

- (instancetype)initWithUserId:(NSString *)userId name:(NSString *)nickName avatar:(NSString *)avatarUrl

Parameters

userId

The user ID.

nickName

The user’s nickname.

avatarUrl

The URL address to the user avatar.

Declared In

WhiteMemberInformation.h

  nickName

The user’s nickname.

@property (nonatomic, copy, readonly) NSString *nickName

Declared In

WhiteMemberInformation.h

  avatar

The URL address to the user avatar.

@property (nonatomic, copy, readonly, nullable) NSString *avatar

Declared In

WhiteMemberInformation.h

  userId

The user ID. The user ID must be unique.

@property (nonatomic, copy, readonly, nullable) NSString *userId

Declared In

WhiteMemberInformation.h