public class NSExtensionContext extends NSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NSExtensionItemsAndErrorsKey |
| Constructor and Description |
|---|
NSExtensionContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRequestWithError(NSError error) |
void |
completeRequestReturningItems(List items,
org.robovm.objc.block.VoidBlock1<Boolean> completionHandler) |
List<NSExtensionItem> |
inputItems() |
void |
loadBroadcastingApplicationInfoWithCompletion(org.robovm.objc.block.VoidBlock3<String,String,UIImage> handler) |
void |
openURL(NSURL URL,
org.robovm.objc.block.VoidBlock1<Boolean> completionHandler) |
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic static final String NSExtensionItemsAndErrorsKey
public void cancelRequestWithError(NSError error)
public void completeRequestReturningItems(List items, org.robovm.objc.block.VoidBlock1<Boolean> completionHandler)
public List<NSExtensionItem> inputItems()
Copyright © 2020. All rights reserved.