Uses of Class
org.robovm.apple.cloudkit.CKOperationGroupTransferSize
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit |
-
Uses of CKOperationGroupTransferSize in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKOperationGroupTransferSize Modifier and Type Method Description CKOperationGroupTransferSizeCKOperationGroup. getExpectedReceiveSize()CKOperationGroupTransferSizeCKOperationGroup. getExpectedSendSize()static CKOperationGroupTransferSizeCKOperationGroupTransferSize. valueOf(long n)Returns the enum constant of this type with the specified name.static CKOperationGroupTransferSizeCKOperationGroupTransferSize. valueOf(String name)Returns the enum constant of this type with the specified name.static CKOperationGroupTransferSize[]CKOperationGroupTransferSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.cloudkit with parameters of type CKOperationGroupTransferSize Modifier and Type Method Description voidCKOperationGroup. setExpectedReceiveSize(CKOperationGroupTransferSize v)voidCKOperationGroup. setExpectedSendSize(CKOperationGroupTransferSize v)