UIApplicationDelegate_Extensions.DidReceiveRemoteNotification Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que l’application a reçu une notification à distance.
[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
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- application
- UIApplication
Handle vers l’UIApplication.
- userInfo
- NSDictionary
- completionHandler
- Action<UIBackgroundFetchResult>
Rappel à appeler pour notifier le système d’exploitation du résultat de l’opération d’extraction en arrière-plan.
- Attributs