Home
last modified time | relevance | path

Searched refs:callExportedFunction (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-modules-test-core/android/src/main/java/expo/modules/test/core/
H A DModuleMockInvocationHandler.kt55 return callExportedFunction(method.name, args) in invoke()
58 private fun callExportedFunction(methodName: String, args: Array<out Any>?): Any? { in callExportedFunction() method in ModuleMockInvocationHandler