The members of UIKit.UIApplicationLaunchEventArgs are listed below.
See Also: Inherited members from Foundation.NSNotificationEventArgs
| Initializes a new instance of the UIApplicationLaunchEventArgs class. | 
| [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. |