UIApplicationLaunchEventArgs Class

Definition

Provides data for the event.

public class UIApplicationLaunchEventArgs : Foundation.NSNotificationEventArgs
type UIApplicationLaunchEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
UIApplicationLaunchEventArgs

Constructors

UIApplicationLaunchEventArgs(NSNotification)

Initializes a new instance of the UIApplicationLaunchEventArgs class.

Properties

LocationLaunch

Whether the app was launched due to user interaction (as opposed to opening due to a notification or to handle a URL).

Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
RemoteNotifications

A dictionary whose payload is a remote notification for the app to process.

SourceApplication

The bundle ID of the app that launched this app.

Url

The URL that this app was launched to handle.

Applies to