The properties of UIKit.UIApplicationLaunchEventArgs are listed below. For a list of all members, see the UIApplicationLaunchEventArgs Members list.
See Also: Inherited members from Foundation.NSNotificationEventArgs
| [read-only] | LocationLaunch | bool. Whether the app was launched due to user interaction (as opposed to opening due to a notification or to handle a URL). |
| [read-only] | RemoteNotifications | Foundation.NSDictionary. A dictionary whose payload is a remote notification for the app to process. |
| [read-only] | SourceApplication | string. The bundle ID of the app that launched this app. |
| [read-only] | Url | Foundation.NSUrl. The URL that this app was launched to handle. |