Skip to main content

About Us


Use the About Us screen to display static company information, including mission and global service coverage.


About Us screen with mission text and informational cards

This screen includes:

#ElementDescription
1HeaderDisplays About us title and back control
2Hero sectionDisplays the main headline and app preview image
3Intro textDescribes the Air Doctor service and care options
4Metrics cardsShows countries, languages, support availability, and overall rating
5How it worksLists the main steps for using the service
6Customer reviewDisplays customer feedback and rating content
7Support actionDisplays Chat with support
8Service policiesLists policy and preference links

Workflow

note

This screen is typically accessed from the side navigation or settings menu.

  1. Select About Us.
  2. Load page content through the SDK from the About Us endpoint
  3. Render mission, coverage, and informational cards.
  4. Select the back control to exit.

Validations

ScenarioApp BehaviorSDK Output
Request in progressDisplay loading state or skeletonpage = loading
Valid response returnedDisplay full contentpage = valid
Partial response returnedDisplay available fields onlypage = partial
Invalid schemaDisplay error screenerror = schema_validation
Request fails or no networkDisplay error or cached contenterror = network
Content updated on serverDisplay updated content on next loadpage = updated

Actions

ScenarioApp BehaviorSDK Output
Screen openedLoad page content through SDKData request triggered
Back selectedExit screenNavigation event
External link selectedOpen external browserExternal 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.