Searched refs:DevMenuExportedFunction (Results 1 – 6 of 6) sorted by relevance
52 private let callable: DevMenuExportedFunction69 …self.callable = DevMenuExportedFunction(withId: "expo-dev-menu.selection-list.#\(DevMenuSelectionL…
24 public class DevMenuExportedFunction: DevMenuExportedCallable { class
11 class DevMenuExportedFunction( in registerCallable() class
152 private var callable: DevMenuExportedFunction? = null156 callable = DevMenuExportedFunction("expo-dev-menu.selection-list.#${ActionID++}", handler) in addOnClick()
29 import expo.interfaces.devmenu.items.DevMenuExportedFunction in <lambda>()451 is DevMenuExportedFunction -> call(args) in <lambda>()
225 case let function as DevMenuExportedFunction: in dispatchCallable()