Launch a project on Button click
- 06 Jan 2026
- 1 Minute To Read
- Print
- DarkLight
- PDF
Launch a project on Button click
- Updated On 06 Jan 2026
- 1 Minute To Read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
If you want to launch a project on the click of a button in your app, call embedProject with the Project ID when the button is clicked.
Android
Leap.embedProject("PROJECT_ID"); iOS
Leap.shared.embedProject("<PROJECT_ID>")React Native
LeapReactNative.embedProject("PROJECT_ID");Cordova
cordova.plugins.LeapAndroid.embedProject("PROJECT_ID")Ionic
await LeapPlugin.embedProject({ projectId: 'your-project-id' });Xamarin
Leap.EmbedProject("<Project ID>");MAUI (Android)
Leap.EmbedProject("<Project ID>");Was this article helpful?