About Us
Use the About Us screen to display static company information, including mission and global service coverage.
This screen includes:
| # | Element | Description |
|---|---|---|
| 1 | Header | Displays About us title and back control |
| 2 | Hero section | Displays the main headline and app preview image |
| 3 | Intro text | Describes the Air Doctor service and care options |
| 4 | Metrics cards | Shows countries, languages, support availability, and overall rating |
| 5 | How it works | Lists the main steps for using the service |
| 6 | Customer review | Displays customer feedback and rating content |
| 7 | Support action | Displays Chat with support |
| 8 | Service policies | Lists policy and preference links |
Workflow
note
This screen is typically accessed from the side navigation or settings menu.
- Select About Us.
- Load page content through the SDK from the About Us endpoint
- Render mission, coverage, and informational cards.
- Select the back control to exit.
Validations
| Scenario | App Behavior | SDK Output |
|---|---|---|
| Request in progress | Display loading state or skeleton | page = loading |
| Valid response returned | Display full content | page = valid |
| Partial response returned | Display available fields only | page = partial |
| Invalid schema | Display error screen | error = schema_validation |
| Request fails or no network | Display error or cached content | error = network |
| Content updated on server | Display updated content on next load | page = updated |
Actions
| Scenario | App Behavior | SDK Output |
|---|---|---|
| Screen opened | Load page content through SDK | Data request triggered |
| Back selected | Exit screen | Navigation event |
| External link selected | Open external browser | External navigation event |
Endpoint Resources
Use this endpoint to retrieve the About Us page content.
About Us
PUT
v3/about-us
Returns the page definition for the About Us screen. The client renders the content based on the response.
Focus Policies
PATCH
v3/about-us
Patches focus to the last policies button from the Terms and Policies link action.