CKNotification.FromRemoteNotificationDictionary(NSDictionary) Method

Definition

Creates and returns a new CKNotification from the specified payload dictionary.

[Foundation.Export("notificationFromRemoteNotificationDictionary:")]
public static CloudKit.CKNotification FromRemoteNotificationDictionary (Foundation.NSDictionary notificationDictionary);
static member FromRemoteNotificationDictionary : Foundation.NSDictionary -> CloudKit.CKNotification

Parameters

notificationDictionary
NSDictionary

Returns

Attributes

Applies to