Package apple.uikit
Class UIActivityItemsConfiguration
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.objc.ObjCObject
-
- apple.NSObject
-
- apple.uikit.UIActivityItemsConfiguration
-
- All Implemented Interfaces:
NSObject,UIActivityItemsConfigurationReading
public class UIActivityItemsConfiguration extends NSObject implements UIActivityItemsConfigurationReading
A configuration that allows a responder to export data through a variety of interactions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUIActivityItemsConfiguration.Block_applicationActivitiesProvider_retstatic interfaceUIActivityItemsConfiguration.Block_metadataProvider_retstatic interfaceUIActivityItemsConfiguration.Block_perItemMetadataProvider_retstatic interfaceUIActivityItemsConfiguration.Block_previewProvider_retstatic interfaceUIActivityItemsConfiguration.Block_setApplicationActivitiesProviderstatic interfaceUIActivityItemsConfiguration.Block_setMetadataProviderstatic interfaceUIActivityItemsConfiguration.Block_setPerItemMetadataProviderstatic interfaceUIActivityItemsConfiguration.Block_setPreviewProvider-
Nested classes/interfaces inherited from class apple.NSObject
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUIActivityItemsConfiguration(org.moe.natj.general.Pointer peer)
-
Method Summary
-
Methods inherited from class apple.NSObject
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKey
-
-
-
-
Method Detail
-
accessInstanceVariablesDirectly
public static boolean accessInstanceVariablesDirectly()
-
activityItemsConfigurationMetadataForItemAtIndexKey
public java.lang.Object activityItemsConfigurationMetadataForItemAtIndexKey(long index, java.lang.String key)- Specified by:
activityItemsConfigurationMetadataForItemAtIndexKeyin interfaceUIActivityItemsConfigurationReading
-
activityItemsConfigurationMetadataForKey
public java.lang.Object activityItemsConfigurationMetadataForKey(java.lang.String key)
- Specified by:
activityItemsConfigurationMetadataForKeyin interfaceUIActivityItemsConfigurationReading
-
activityItemsConfigurationPreviewForItemAtIndexIntentSuggestedSize
public NSItemProvider activityItemsConfigurationPreviewForItemAtIndexIntentSuggestedSize(long index, java.lang.String intent, CGSize suggestedSize)
- Specified by:
activityItemsConfigurationPreviewForItemAtIndexIntentSuggestedSizein interfaceUIActivityItemsConfigurationReading
-
activityItemsConfigurationSupportsInteraction
public boolean activityItemsConfigurationSupportsInteraction(java.lang.String interaction)
Description copied from interface:UIActivityItemsConfigurationReadingIf not implemented, defaults to YES.- Specified by:
activityItemsConfigurationSupportsInteractionin interfaceUIActivityItemsConfigurationReading
-
activityItemsConfigurationWithItemProviders
public static UIActivityItemsConfiguration activityItemsConfigurationWithItemProviders(NSArray<? extends NSItemProvider> itemProviders)
Provide promised items
-
activityItemsConfigurationWithObjects
public static UIActivityItemsConfiguration activityItemsConfigurationWithObjects(NSArray<?> objects)
Provide data up front
-
alloc
public static UIActivityItemsConfiguration alloc()
-
allocWithZone
public static java.lang.Object allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
-
applicationActivitiesForActivityItemsConfiguration
public NSArray<? extends UIActivity> applicationActivitiesForActivityItemsConfiguration()
- Specified by:
applicationActivitiesForActivityItemsConfigurationin interfaceUIActivityItemsConfigurationReading
-
applicationActivitiesProvider
public UIActivityItemsConfiguration.Block_applicationActivitiesProvider_ret applicationActivitiesProvider()
-
automaticallyNotifiesObserversForKey
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
-
cancelPreviousPerformRequestsWithTarget
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
-
cancelPreviousPerformRequestsWithTargetSelectorObject
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)
-
classFallbacksForKeyedArchiver
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
-
classForKeyedUnarchiver
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
-
debugDescription_static
public static java.lang.String debugDescription_static()
-
description_static
public static java.lang.String description_static()
-
hash_static
public static long hash_static()
-
init
public UIActivityItemsConfiguration init()
-
initWithItemProviders
public UIActivityItemsConfiguration initWithItemProviders(NSArray<? extends NSItemProvider> itemProviders)
Provide promised items
-
initWithObjects
public UIActivityItemsConfiguration initWithObjects(NSArray<?> objects)
Provide data up front
-
instanceMethodForSelector
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
-
instanceMethodSignatureForSelector
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
-
instancesRespondToSelector
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
-
isSubclassOfClass
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
-
itemProvidersForActivityItemsConfiguration
public NSArray<? extends NSItemProvider> itemProvidersForActivityItemsConfiguration()
- Specified by:
itemProvidersForActivityItemsConfigurationin interfaceUIActivityItemsConfigurationReading
-
keyPathsForValuesAffectingValueForKey
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
-
localObject
public java.lang.Object localObject()
A local object retained for the convenience of the app developer
-
metadataProvider
public UIActivityItemsConfiguration.Block_metadataProvider_ret metadataProvider()
-
new_objc
public static java.lang.Object new_objc()
-
perItemMetadataProvider
public UIActivityItemsConfiguration.Block_perItemMetadataProvider_ret perItemMetadataProvider()
-
previewProvider
public UIActivityItemsConfiguration.Block_previewProvider_ret previewProvider()
-
resolveClassMethod
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
-
resolveInstanceMethod
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
-
setApplicationActivitiesProvider
public void setApplicationActivitiesProvider(UIActivityItemsConfiguration.Block_setApplicationActivitiesProvider value)
-
setLocalObject
public void setLocalObject(java.lang.Object value)
A local object retained for the convenience of the app developer
-
setMetadataProvider
public void setMetadataProvider(UIActivityItemsConfiguration.Block_setMetadataProvider value)
-
setPerItemMetadataProvider
public void setPerItemMetadataProvider(UIActivityItemsConfiguration.Block_setPerItemMetadataProvider value)
-
setPreviewProvider
public void setPreviewProvider(UIActivityItemsConfiguration.Block_setPreviewProvider value)
-
setSupportedInteractions
public void setSupportedInteractions(NSArray<java.lang.String> value)
Defaults to all known interactions
-
setVersion_static
public static void setVersion_static(long aVersion)
-
superclass_static
public static org.moe.natj.objc.Class superclass_static()
-
supportedInteractions
public NSArray<java.lang.String> supportedInteractions()
Defaults to all known interactions
-
version_static
public static long version_static()
-
-