UIKit.UIApplicationLaunchEventArgs Members

The members of UIKit.UIApplicationLaunchEventArgs are listed below.

See Also: Inherited members from Foundation.NSNotificationEventArgs

Public Constructors

Initializes a new instance of the UIApplicationLaunchEventArgs class.

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.