CKMarkNotificationsReadHandler Delegate

Definition

Delegate for the Completed property.

public delegate void CKMarkNotificationsReadHandler(CKNotificationID[] notificationIDsMarkedRead, NSError operationError);
type CKMarkNotificationsReadHandler = delegate of CKNotificationID[] * NSError -> unit

Parameters

notificationIDsMarkedRead
CKNotificationID[]
operationError
NSError

Applies to