Uses of Class
org.robovm.apple.foundation.NSFileVersion
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of NSFileVersion in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSFileVersion Modifier and Type Method Description static NSFileVersionNSFileVersion. getCurrentItemVersionAtURL(NSURL url)static NSFileVersionNSFileVersion. getItemVersionAtURL(NSURL url, NSObject persistentIdentifier)Methods in org.robovm.apple.foundation that return types with arguments of type NSFileVersion Modifier and Type Method Description static NSArray<NSFileVersion>NSFileVersion. getOtherItemVersionsAtURL(NSURL url)static NSArray<NSFileVersion>NSFileVersion. getUnresolvedConflictItemVersionsAtURL(NSURL url)Method parameters in org.robovm.apple.foundation with type arguments of type NSFileVersion Modifier and Type Method Description static voidNSFileVersion. getNonlocalItemVersionsAtURL(NSURL url, VoidBlock2<NSArray<NSFileVersion>,NSError> completionHandler) -
Uses of NSFileVersion in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type NSFileVersion Modifier and Type Method Description voidUIDocument. presentedItemDidGainVersion(NSFileVersion version)voidUIDocument. presentedItemDidLoseVersion(NSFileVersion version)voidUIDocument. presentedItemDidResolveConflictVersion(NSFileVersion version)voidUIDocument. presentedSubitemAtURLDidGainVersion(NSURL url, NSFileVersion version)voidUIDocument. presentedSubitemAtURLDidLoseVersion(NSURL url, NSFileVersion version)voidUIDocument. presentedSubitemAtURLDidResolveConflictVersion(NSURL url, NSFileVersion version)