UIKit.UIApplicationLaunchEventArgs: Property Members

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

Public Properties

[read-only]
LocationLaunchbool. Whether the app was launched due to user interaction (as opposed to opening due to a notification or to handle a URL).
[read-only]
RemoteNotificationsFoundation.NSDictionary. A dictionary whose payload is a remote notification for the app to process.
[read-only]
SourceApplicationstring. The bundle ID of the app that launched this app.
[read-only]
UrlFoundation.NSUrl. The URL that this app was launched to handle.