Compartilhar via


UIApplicationLaunchEventArgs Classe

Definição

Fornece dados para o evento.

public class UIApplicationLaunchEventArgs : Foundation.NSNotificationEventArgs
type UIApplicationLaunchEventArgs = class
    inherit NSNotificationEventArgs
Herança
UIApplicationLaunchEventArgs

Construtores

UIApplicationLaunchEventArgs(NSNotification)

Inicializa uma nova instância da classe UIApplicationLaunchEventArgs.

Propriedades

LocationLaunch

Se o aplicativo foi iniciado devido à interação do usuário (em vez de abrir devido a uma notificação ou para manipular uma URL).

Notification

O objeto NSNotification subjacente da notificação postada.

(Herdado de NSNotificationEventArgs)
RemoteNotifications

Um dicionário cujo conteúdo é uma notificação remota para o aplicativo processar.

SourceApplication

A ID do pacote do aplicativo que iniciou este aplicativo.

Url

A URL que este aplicativo foi iniciado para manipular.

Aplica-se a