Class NSExtensionContext

    • Constructor Detail

      • NSExtensionContext

        protected NSExtensionContext​(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()
      • 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()
      • 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()
      • resolveClassMethod

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

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • 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()
      • cancelRequestWithError

        public void cancelRequestWithError​(NSError error)
        Signals the host to cancel the app extension request, with the supplied error, which should be non-nil. The userInfo of the NSError will contain a key NSExtensionItemsAndErrorsKey which will have as its value a dictionary of NSExtensionItems and associated NSError instances.
      • completeRequestReturningItemsCompletionHandler

        public void completeRequestReturningItemsCompletionHandler​(NSArray<?> items,
                                                                   NSExtensionContext.Block_completeRequestReturningItemsCompletionHandler completionHandler)
        Signals the host to complete the app extension request with the supplied result items. The completion handler optionally contains any work which the extension may need to perform after the request has been completed, as a background-priority task. The `expired` parameter will be YES if the system decides to prematurely terminate a previous non-expiration invocation of the completionHandler. Note: calling this method will eventually dismiss the associated view controller.
      • completeRequestWithBroadcastURLBroadcastConfigurationSetupInfo

        public void completeRequestWithBroadcastURLBroadcastConfigurationSetupInfo​(NSURL broadcastURL,
                                                                                   RPBroadcastConfiguration broadcastConfiguration,
                                                                                   NSDictionary<java.lang.String,​? extends NSObject> setupInfo)
      • hostedViewMaximumAllowedSize

        public CGSize hostedViewMaximumAllowedSize()
      • hostedViewMinimumAllowedSize

        public CGSize hostedViewMinimumAllowedSize()
      • inputItems

        public NSArray<?> inputItems()
        The list of input NSExtensionItems associated with the context. If the context has no input items, this array will be empty.
      • mediaPlayingPaused

        public void mediaPlayingPaused()
      • mediaPlayingStarted

        public void mediaPlayingStarted()
        Call these methods when the playback state changes in the content extension to update the state of the media control button.
      • setWidgetLargestAvailableDisplayMode

        public void setWidgetLargestAvailableDisplayMode​(long value)
        Widgets can change the largest display mode they make available from the default 'NCWidgetDisplayModeCompact' by messaging the extension context. Modifying this property more than once during the lifetime of the widget (perhaps due to changes in the amount of available content) is supported.
      • widgetActiveDisplayMode

        public long widgetActiveDisplayMode()
      • widgetLargestAvailableDisplayMode

        public long widgetLargestAvailableDisplayMode()
        Widgets can change the largest display mode they make available from the default 'NCWidgetDisplayModeCompact' by messaging the extension context. Modifying this property more than once during the lifetime of the widget (perhaps due to changes in the amount of available content) is supported.
      • widgetMaximumSizeForDisplayMode

        public CGSize widgetMaximumSizeForDisplayMode​(long displayMode)
      • completeRequestWithBroadcastURLSetupInfo

        public void completeRequestWithBroadcastURLSetupInfo​(NSURL broadcastURL,
                                                             NSDictionary<java.lang.String,​? extends NSObject> setupInfo)
      • interfaceParametersDescription

        public java.lang.String interfaceParametersDescription()
      • dismissNotificationContentExtension

        public void dismissNotificationContentExtension()
      • performNotificationDefaultAction

        public void performNotificationDefaultAction()
        Opens the corresponding applicaton and delivers it the default notification action response