Skip to content

JSThreadSafeCallback delegate

C#
public delegate void JSThreadSafeCallback(JSValue jsFunction, object functionContext, 
    object callbackData);

See Also

Released under the MIT license