Suggestions

close search

SXQueue

@interface SXQueue : NSObject

This class represents queues. It will let you know queue's information

identifier

The queue's id generated by Stringee server.

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

The queue's name created by admin of portal

@property (nonatomic, readonly) NSString *name;