Lounge
The Lounge DPApp provides airport lounge access functionality, allowing users to search, browse, and access airport lounges worldwide directly within your host app.
User flow
The Lounge journey is shown from left to right.










Prerequisites
- A registered
clientIdfrom the DP Platform dashboard - The
loungeappId configured under your client - DP Hybrid SDK integrated into your host app
iOS
Swift
// From any UIViewController
DPSDK.open(appId: "lounge", from: self)
Android
Kotlin
// From any Activity or Fragment
DPSDK.getDPApp("lounge").open(this)
Reference
- Getting Started — SDK installation & initialization
- Connect — SSO setup
- Custom Events System — Handle DPApp events
- Error Codes — Error code reference