Up

NSExtensionContext class documentation

Authors

Generated by abuild

Software documentation for the NSExtensionContext class

NSExtensionContext : NSObject

Declared in:
Foundation/NSExtensionContext.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

cancelRequestWithError: 

- (void) cancelRequestWithError: (NSError*)error;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

completeRequestReturningItems: completionHandler: 

- (void) completeRequestReturningItems: (NSArray*)items completionHandler: (GSExtensionContextReturningItemsCompletionHandler)completionHandler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

inputItems 

- (NSArray*) inputItems;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

openURL: completionHandler: 

- (void) openURL: (NSURL*)URL completionHandler: (GSOpenURLCompletionHandler)completionHandler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setInputItems: 

- (void) setInputItems: (NSArray*)inputItems;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSExtensionContext Class

_inputItems

@protected NSArray* _inputItems;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up