AWSConnectExpiry

Objective-C

@interface AWSConnectExpiry

Swift

class AWSConnectExpiry

An object to specify the expiration of a routing step.

  • The number of seconds to wait before expiring the routing step.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable durationInSeconds;

    Swift

    var durationInSeconds: NSNumber? { get set }
  • The timestamp indicating when the routing step expires.

    Declaration

    Objective-C

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

    Swift

    var expiryTimestamp: Date? { get set }