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.
| Property | Type | Description |
|---|
body | some View | The main view content (inherited from View) |
| Method | Signature | Description |
|---|
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 View | All View protocol methods | Inherits all standard SwiftUI View methods and modifiers. See View (Apple Developer) |