NSJavaScriptExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the strings associated with the constants NSExtensionJavaScriptFinalizeArgumentKey
and NSExtensionJavaScriptPreprocessingResultsKey
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static class NSJavaScriptExtension
type NSJavaScriptExtension = class
- Inheritance
-
NSJavaScriptExtension
- Attributes
Properties
FinalizeArgumentKey |
A key whose value is an NSDictionary whose contents are the arguments to a JavaScript finalize method. |
PreprocessingResultsKey |
A key whose value is an NSDictionary whose contents are the argument to a JavaScript completion function. |