AWSConnectQueueInfo

Objective-C

@interface AWSConnectQueueInfo

Swift

class AWSConnectQueueInfo

If this contact was queued, this contains information about the queue.

  • The timestamp when the contact was added to the queue.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable enqueueTimestamp;

    Swift

    var enqueueTimestamp: Date? { get set }
  • The unique identifier for the queue.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }