Bold360 and BoldChat Developer Center

BCPerson Class Reference

An entity participating in the chat. It can be either a visitor, an operator or the system. More...

#import <BCPerson.h>

Inheritance diagram for BCPerson:

Properties

NSString * personId
 The id of the person. More...
 
BCPersonType personType
 The type of the person. More...
 
NSString * name
 The name of the person to be displayed. More...
 
NSString * imageUrl
 The image URL of the person. More...
 

Detailed Description

An entity participating in the chat. It can be either a visitor, an operator or the system.

Since
Version 1.0

Property Documentation

- (NSString*) imageUrl
readwritenonatomiccopy

The image URL of the person.

Since
Version 1.0
- (NSString*) name
readwritenonatomiccopy

The name of the person to be displayed.

Since
Version 1.0
- (NSString*) personId
readwritenonatomiccopy

The id of the person.

Since
Version 1.0
- (BCPersonType) personType
readwritenonatomicassign

The type of the person.

Since
Version 1.0

The documentation for this class was generated from the following file: