Uses of Class
org.robovm.apple.cloudkit.CKShare
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.uikit |
-
Uses of CKShare in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKShare Modifier and Type Method Description CKShareCKShareMetadata. getShare()Methods in org.robovm.apple.cloudkit that return types with arguments of type CKShare Modifier and Type Method Description VoidBlock3<CKShareMetadata,CKShare,NSError>CKAcceptSharesOperation. getPerShareCompletionBlock()Method parameters in org.robovm.apple.cloudkit with type arguments of type CKShare Modifier and Type Method Description voidCKContainer. acceptShareMetadata(CKShareMetadata metadata, VoidBlock2<CKShare,NSError> completionHandler)voidCKAcceptSharesOperation. setPerShareCompletionBlock(VoidBlock3<CKShareMetadata,CKShare,NSError> v) -
Uses of CKShare in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CKShare Modifier and Type Method Description CKShareUICloudSharingController. getShare()Methods in org.robovm.apple.uikit with parameters of type CKShare Modifier and Type Method Description protected longUICloudSharingController. init(CKShare share, CKContainer container)Method parameters in org.robovm.apple.uikit with type arguments of type CKShare 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 CKShare Constructor Description UICloudSharingController(CKShare share, CKContainer container)Constructor parameters in org.robovm.apple.uikit with type arguments of type CKShare Constructor Description UICloudSharingController(VoidBlock2<UICloudSharingController,VoidBlock3<CKShare,CKContainer,NSError>> preparationHandler)