Package apple.uikit.protocol
Interface UIActivityItemsConfigurationReading
-
- All Known Implementing Classes:
UIActivityItemsConfiguration
public interface UIActivityItemsConfigurationReading
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.ObjectactivityItemsConfigurationMetadataForItemAtIndexKey(long index, java.lang.String key)default java.lang.ObjectactivityItemsConfigurationMetadataForKey(java.lang.String key)default NSItemProvideractivityItemsConfigurationPreviewForItemAtIndexIntentSuggestedSize(long index, java.lang.String intent, CGSize suggestedSize)default booleanactivityItemsConfigurationSupportsInteraction(java.lang.String interaction)If not implemented, defaults to YES.default NSArray<? extends UIActivity>applicationActivitiesForActivityItemsConfiguration()NSArray<? extends NSItemProvider>itemProvidersForActivityItemsConfiguration()
-
-
-
Method Detail
-
activityItemsConfigurationMetadataForItemAtIndexKey
default java.lang.Object activityItemsConfigurationMetadataForItemAtIndexKey(long index, java.lang.String key)
-
activityItemsConfigurationMetadataForKey
default java.lang.Object activityItemsConfigurationMetadataForKey(java.lang.String key)
-
activityItemsConfigurationPreviewForItemAtIndexIntentSuggestedSize
default NSItemProvider activityItemsConfigurationPreviewForItemAtIndexIntentSuggestedSize(long index, java.lang.String intent, CGSize suggestedSize)
-
activityItemsConfigurationSupportsInteraction
default boolean activityItemsConfigurationSupportsInteraction(java.lang.String interaction)
If not implemented, defaults to YES.
-
applicationActivitiesForActivityItemsConfiguration
default NSArray<? extends UIActivity> applicationActivitiesForActivityItemsConfiguration()
-
itemProvidersForActivityItemsConfiguration
NSArray<? extends NSItemProvider> itemProvidersForActivityItemsConfiguration()
-
-