Suggestions

close search

SXChatProfile

@interface SXChatProfile : NSObject

This class represents ChatProfile.
Chat Profile is an object which will let you know:
- some configuration information about user interface that you should display to customer.
- Queue information.

identifier

The ChatProfile's id generated by Stringee server.

@property (nonatomic, readonly) NSString *identifier;
queues

Queues's information. For more information about Queue, see Queue

@property (nonatomic, strong, readonly) NSArray *queues;