QueuePosition
@objc(ZDKQueuePosition)
public final class QueuePosition : NSObject
ZDKQueuePosition
is a model that represents the current queue position of the visitor.
-
An
id
that is used to help handle updates to the queue position in the UI layer.Declaration
Swift
@objc public let id: String
-
The visitors’ current position in the queue.
Declaration
Swift
@objc public var queue: Int
-
Returns a Boolean value that indicates whether the receiver and a given object are equal.
Declaration
Swift
@objc override public func isEqual(_ object: Any?) -> Bool
Parameters
object
the object to compare against