Uses of Class
org.robovm.apple.foundation.NSFileAccessIntent
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSFileAccessIntent in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSFileAccessIntent Modifier and Type Method Description static NSFileAccessIntentNSFileAccessIntent. createReadingIntent(NSURL url, NSFileCoordinatorReadingOptions options)static NSFileAccessIntentNSFileAccessIntent. createWritingIntent(NSURL url, NSFileCoordinatorWritingOptions options)Method parameters in org.robovm.apple.foundation with type arguments of type NSFileAccessIntent Modifier and Type Method Description voidNSFileCoordinator. coordinateAccessWithIntents(NSArray<NSFileAccessIntent> intents, NSOperationQueue queue, VoidBlock1<NSError> accessor)