EscalationStatusView

A SwiftUI view for displaying escalation status and queue information. Provides visual feedback about the current state of human agent escalation, including queue position, wait times, and agent assignment status.

PropertyTypeDescription
bodysome ViewThe main view content (inherited from View)
MethodSignatureDescription
init(escalation:showQueueDetails:isCompact:onAction:)init(escalation: EscalationStatusMessage, showQueueDetails: Bool = true, isCompact: Bool = false, onAction: ((EscalationAction) -> Void)? = nil)Creates an escalation status view with the specified configuration
Inherited from ViewAll View protocol methodsInherits all standard SwiftUI View methods and modifiers. See View (Apple Developer)