Share via


CKNotification.FromRemoteNotificationDictionary(NSDictionary) Method

Definition

[Foundation.Export("notificationFromRemoteNotificationDictionary:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CloudKit.CKNotification? FromRemoteNotificationDictionary(Foundation.NSDictionary notificationDictionary);
[<Foundation.Export("notificationFromRemoteNotificationDictionary:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromRemoteNotificationDictionary : Foundation.NSDictionary -> CloudKit.CKNotification

Parameters

notificationDictionary
NSDictionary

Returns

Attributes

Applies to