JavaScriptCore.IJSExport
Interface representing the required methods (if any) of the protocol JavaScriptCore.JSExport.

See Also: IJSExport Members

Syntax

[Foundation.Protocol(Name="JSExport", WrapperType=typeof(JavaScriptCore.JSExportWrapper))]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.Mac_10_0 | ObjCRuntime.Platform.Mac_10_1 | ObjCRuntime.Platform.Mac_10_2 | ObjCRuntime.Platform.Mac_10_3 | ObjCRuntime.Platform.Mac_10_4 | ObjCRuntime.Platform.Mac_10_5 | ObjCRuntime.Platform.Mac_10_6 | ObjCRuntime.Platform.Mac_10_7 | ObjCRuntime.Platform.Mac_10_8 | ObjCRuntime.Platform.Mac_10_9 | ObjCRuntime.Platform.Mac_10_10 | ObjCRuntime.Platform.Mac_Version | ObjCRuntime.Platform.Mac_Arch64 | ObjCRuntime.Platform.Mac_Arch)]
public interface IJSExport : ObjCRuntime.INativeObject, IDisposable

Remarks

This interface contains the required methods (if any) from the protocol defined by JavaScriptCore.JSExport.

If you create objects that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the JavaScriptCore.JSExport protocol.

Optional methods (if any) are provided by the JavaScriptCore.JSExport_Extensions class as extension methods to the interface, allowing you to invoke any optional methods on the protocol.

Requirements

Namespace: JavaScriptCore
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0