NSJavaScriptExtension Class

Definition

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.

Applies to