iOS Architecture Integration
Technical reference for iOS platform integration patterns and requirements.
| Requirement | Version |
|---|---|
| iOS | 17.0+ |
| Xcode | 16.0+ |
| Swift | 5.0+ |
| Dependencies | SalesforceMobileSDK |
Essential API signatures and patterns for iOS integration.
Complete reference of iOS components and protocols.
| Component | Type | Description |
|---|---|---|
| AgentforceChatView | SwiftUI View | Full conversational interface |
| AgentforceCard | SwiftUI View | Compact conversation summary |
| AgentforceLauncher | SwiftUI View | Floating launcher interface |
| ConversationUIContainer | SwiftUI View | Container for embedding conversation UI |
| Protocol | Purpose |
|---|---|
| AgentConversation | Conversation interface and state management |
| AgentforceDataProviding | Data access abstraction |
| Typography & Fonts | Typography customization (only supported theming) |
- UI Components Implementation Guide - Usage patterns and examples
- iOS Integration Guidelines - Complete setup instructions
- Architecture Guide - Design patterns and concepts