Uses of Class
org.robovm.apple.cloudkit.CKContainer
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.uikit |
-
Uses of CKContainer in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKContainer Modifier and Type Method Description CKContainerCKOperation. getContainer()Deprecated.Deprecated in iOS 11.0.CKContainerCKOperationConfiguration. getContainer()static CKContainerCKContainer. getDefaultContainer()Methods in org.robovm.apple.cloudkit with parameters of type CKContainer Modifier and Type Method Description voidCKOperation. setContainer(CKContainer v)Deprecated.Deprecated in iOS 11.0.voidCKOperationConfiguration. setContainer(CKContainer v) -
Uses of CKContainer in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type CKContainer Modifier and Type Method Description protected longUICloudSharingController. init(CKShare share, CKContainer container)Method parameters in org.robovm.apple.uikit with type arguments of type CKContainer Modifier and Type Method Description protected longUICloudSharingController. init(VoidBlock2<UICloudSharingController,VoidBlock3<CKShare,CKContainer,NSError>> preparationHandler)Constructors in org.robovm.apple.uikit with parameters of type CKContainer Constructor Description UICloudSharingController(CKShare share, CKContainer container)Constructor parameters in org.robovm.apple.uikit with type arguments of type CKContainer Constructor Description UICloudSharingController(VoidBlock2<UICloudSharingController,VoidBlock3<CKShare,CKContainer,NSError>> preparationHandler)