CKNotification.ID
An object that uniquely identifies a push notification that a container sends.
Declaration
class IDOverview
You don’t create notification IDs directly. The server creates them when it creates instances of CKNotification that correspond to the push notifications that CloudKit sends to your app. You can compare two IDs using the isEqual(_:) method to determine whether two notifications are the same. This class defines no methods or properties.