Skip to main content

Services


Use the Services screen to access insurance-related tools and external service flows.


This screen includes:

  • Header - Displays the Services title.

  • Service list

    • View claims
      • Displays claim count badge when claims exist.
    • Submit a claim
    • Delayed luggage
  • List item layout - Each item includes an icon, label, and navigation indicator.

  • Section divider - Separates claim-related actions from additional services.

  • Bottom navigation - Highlights Services as the active destination.


Workflow

  1. Select Services from the navigation bar.
  2. Select a service option.
  3. Open the corresponding destination.

Validations

ScenarioApp behaviorSDK output
Service availableEnable selectionNavigation ready
Messaging app not availableTrigger device fallback behaviorExternal fallback handled by OS

Actions

ScenarioApp behaviorSDK output
View Claims selectedNavigate to claims listactiveRoute = claims
Submit a Claim selectedNavigate to claim formactiveRoute = claimForm
Delayed Luggage selectedOpen messaging app with contextExternal navigation event
Renew Policy selectedOpen renewal flowExternal navigation event

Endpoint Resources

Service

PUT 

/services

Returns a page definition for the Services screen. The client renders the list of available services based on the response body.

Renew Policy

PATCH 

/services/renew-policy

Submits a renew policy action for the current user. Returns a set of page updates that the client applies to the active screen.