Package org.robovm.apple.uikit
Interface UIActivityItemsConfigurationReading
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIActivityItemsConfiguration,UIActivityItemsConfigurationReadingAdapter
public interface UIActivityItemsConfigurationReading extends NSObjectProtocol
- Since:
- Available in iOS 13.0 and later.
-
Method Summary
Modifier and Type Method Description NSObjectactivityItemsConfigurationMetadataForKey(UIActivityItemsConfigurationMetadataKey key)booleanactivityItemsConfigurationSupportsInteraction(UIActivityItemsConfigurationInteraction interaction)NSArray<UIActivity>getApplicationActivitiesForActivityItemsConfiguration()NSObjectgetItem(long index, UIActivityItemsConfigurationMetadataKey key)NSArray<NSItemProvider>getItemProvidersForActivityItemsConfiguration()NSItemProvidergetPreview(long index, UIActivityItemsConfigurationPreviewIntent intent, CGSize suggestedSize)
-
Method Details
-
getItemProvidersForActivityItemsConfiguration
NSArray<NSItemProvider> getItemProvidersForActivityItemsConfiguration() -
getApplicationActivitiesForActivityItemsConfiguration
NSArray<UIActivity> getApplicationActivitiesForActivityItemsConfiguration() -
activityItemsConfigurationSupportsInteraction
boolean activityItemsConfigurationSupportsInteraction(UIActivityItemsConfigurationInteraction interaction) -
activityItemsConfigurationMetadataForKey
-
getItem
-
getPreview
NSItemProvider getPreview(long index, UIActivityItemsConfigurationPreviewIntent intent, CGSize suggestedSize)
-