MobileApplication.Opening

From Xojo Documentation

Event


MobileApplication.Open(launchOptionsHandle As Ptr) As Boolean

Supported on Mobile.

Called when the app is first launched.

Notes

On iOS, the launchOptions parameter is a reference to an NSDictionary.

More information here: UIApplicationDelegate

Return True if your app has handled the request. The default of False means your app cannot handle launch options.