Class PHPickerConfiguration

    • Constructor Detail

      • PHPickerConfiguration

        protected PHPickerConfiguration​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • 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()
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • filter

        public PHPickerFilter filter()
        Applying a filter to restrict the types that can be displayed. Default is \c nil. Setting \c filter to \c nil means all asset types can be displayed.
      • hash_static

        public static long hash_static()
      • init

        public PHPickerConfiguration init()
        Initializes new configuration with the system photo library. This configuration never returns asset identifiers.
        Overrides:
        init in class NSObject
      • initWithPhotoLibrary

        public PHPickerConfiguration initWithPhotoLibrary​(PHPhotoLibrary photoLibrary)
        Initializes new configuration with the \c photoLibrary the picker should use.
      • 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)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • preferredAssetRepresentationMode

        public long preferredAssetRepresentationMode()
        Preferred representation mode of selected assets. Default is \c PHPickerConfigurationAssetRepresentationModeAutomatic. Setting \c preferredAssetRepresentationMode to \c PHPickerConfigurationAssetRepresentationModeAutomatic means the best representation determined by the system will be used.
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • selectionLimit

        public long selectionLimit()
        Maximum number of assets that can be selected. Default is 1. Setting \c selectionLimit to 0 means maximum supported by the system.
      • setFilter

        public void setFilter​(PHPickerFilter value)
        Applying a filter to restrict the types that can be displayed. Default is \c nil. Setting \c filter to \c nil means all asset types can be displayed.
      • setPreferredAssetRepresentationMode

        public void setPreferredAssetRepresentationMode​(long value)
        Preferred representation mode of selected assets. Default is \c PHPickerConfigurationAssetRepresentationModeAutomatic. Setting \c preferredAssetRepresentationMode to \c PHPickerConfigurationAssetRepresentationModeAutomatic means the best representation determined by the system will be used.
      • setSelectionLimit

        public void setSelectionLimit​(long value)
        Maximum number of assets that can be selected. Default is 1. Setting \c selectionLimit to 0 means maximum supported by the system.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()