Skip to main content

Fast Track

The Fast Track DPApp provides airport fast track / expedited security and immigration clearance functionality, allowing users to purchase, manage, and use fast track passes directly within your host app.

User flow

The Fast Track journey is shown from left to right.

Fast Track flow step 1Fast Track flow step 2Fast Track flow step 3Fast Track flow step 4Fast Track flow step 5Fast Track flow step 6Fast Track flow step 7

Prerequisites

  • A registered clientId from the DP Platform dashboard
  • The fastTrack appId configured under your client
  • DP Hybrid SDK integrated into your host app

iOS

Swift
// From any UIViewController
DPSDK.open(appId: "fastTrack", from: self)

Android

Kotlin
// From any Activity or Fragment
DPSDK.getDPApp("fastTrack").open(this)

Reference