Uses of Class
org.robovm.apple.cloudkit.CKNotificationID
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit |
-
Uses of CKNotificationID in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKNotificationID Modifier and Type Method Description CKNotificationIDCKNotification. getNotificationID()Methods in org.robovm.apple.cloudkit that return types with arguments of type CKNotificationID Modifier and Type Method Description VoidBlock2<NSArray<CKNotificationID>,NSError>CKMarkNotificationsReadOperation. getMarkNotificationsReadCompletionBlock()Deprecated.NSArray<CKNotificationID>CKMarkNotificationsReadOperation. getNotificationIDs()Deprecated.Method parameters in org.robovm.apple.cloudkit with type arguments of type CKNotificationID Modifier and Type Method Description protected longCKMarkNotificationsReadOperation. init(NSArray<CKNotificationID> notificationIDs)Deprecated.voidCKMarkNotificationsReadOperation. setMarkNotificationsReadCompletionBlock(VoidBlock2<NSArray<CKNotificationID>,NSError> v)Deprecated.voidCKMarkNotificationsReadOperation. setNotificationIDs(NSArray<CKNotificationID> v)Deprecated.Constructor parameters in org.robovm.apple.cloudkit with type arguments of type CKNotificationID Constructor Description CKMarkNotificationsReadOperation(NSArray<CKNotificationID> notificationIDs)Deprecated.