Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 459 Bytes

File metadata and controls

21 lines (14 loc) · 459 Bytes
id CallInvoker
title CallInvoker

Architecture

Kind: class

CallInvoker used to access the jsi runtime. Most direct usage of this should be avoided by using ReactContext.CallInvoker.

Methods

InvokeAsync

void InvokeAsync(CallFunc func)

InvokeSync

void InvokeSync(CallFunc func)

Referenced by