Compartir a través de


UIApplicationDelegate_Extensions.DidReceiveRemoteNotification Método

Definición

Indica que la aplicación recibió una notificación remota.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidReceiveRemoteNotification (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSDictionary userInfo, Action<UIKit.UIBackgroundFetchResult> completionHandler);
static member DidReceiveRemoteNotification : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSDictionary * Action<UIKit.UIBackgroundFetchResult> -> unit

Parámetros

This
IUIApplicationDelegate

Instancia en la que opera este método de extensión.

application
UIApplication

Identificador de uiApplication.

userInfo
NSDictionary
completionHandler
Action<UIBackgroundFetchResult>

Devolución de llamada para invocar para notificar al sistema operativo el resultado de la operación de captura en segundo plano.

Atributos

Se aplica a