Package apple.foundation.protocol
Interface NSItemProviderWriting
-
- All Known Implementing Classes:
AVFragmentedAsset,AVURLAsset,CNContact,CNMutableContact,CSLocalizedString,MKMapItem,NSAttributedString,NSConstantString,NSMutableAttributedString,NSMutableString,NSSimpleCString,NSString,NSTextStorage,NSURL,NSUserActivity,UIColor,UIImage
public interface NSItemProviderWritingThis protocol allows a class to export its data to a variety of binary representations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNSItemProviderWriting.Block_loadDataWithTypeIdentifierForItemProviderCompletionHandler
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default long_itemProviderVisibilityForRepresentationWithTypeIdentifier_static(java.lang.String typeIdentifier)NSArray<java.lang.String>_writableTypeIdentifiersForItemProvider_static()NSProgressloadDataWithTypeIdentifierForItemProviderCompletionHandler(java.lang.String typeIdentifier, NSItemProviderWriting.Block_loadDataWithTypeIdentifierForItemProviderCompletionHandler completionHandler)One of writableTypeIdentifiersForItemProvider
-
-
-
Method Detail
-
_itemProviderVisibilityForRepresentationWithTypeIdentifier_static
default long _itemProviderVisibilityForRepresentationWithTypeIdentifier_static(java.lang.String typeIdentifier)
-
loadDataWithTypeIdentifierForItemProviderCompletionHandler
NSProgress loadDataWithTypeIdentifierForItemProviderCompletionHandler(java.lang.String typeIdentifier, NSItemProviderWriting.Block_loadDataWithTypeIdentifierForItemProviderCompletionHandler completionHandler)
One of writableTypeIdentifiersForItemProvider
-
_writableTypeIdentifiersForItemProvider_static
NSArray<java.lang.String> _writableTypeIdentifiersForItemProvider_static()
-
-