Searched refs:ExponentKernelModuleInterface (Results 1 – 5 of 5) sorted by relevance
11 override fun create(reactContext: ReactApplicationContext): ExponentKernelModuleInterface { in create()16 private var instance: ExponentKernelModuleInterface? = null22 …@JvmStatic fun newInstance(reactContext: ReactApplicationContext): ExponentKernelModuleInterface? { in newInstance()43 fun create(reactContext: ReactApplicationContext): ExponentKernelModuleInterface in onEventSuccess()
4 interface ExponentKernelModuleInterface { interface
6 class ExpoViewKernelModule(reactContext: ReactContext) : ExponentKernelModuleInterface {
11 import host.exp.exponent.kernel.ExponentKernelModuleInterface23 ReactContextBaseJavaModule(reactContext), ExponentKernelModuleInterface {
49 override fun create(reactContext: ReactApplicationContext): ExponentKernelModuleInterface { in onCreate()