Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DHeadlessAppRecord.kt4 import host.exp.exponent.taskManager.AppRecordInterface
8 class HeadlessAppRecord : AppRecordInterface {
H A DInternalHeadlessAppLoader.kt28 import host.exp.exponent.taskManager.AppRecordInterface
68 ): AppRecordInterface { in loadApp()
/expo/android/expoview/src/main/java/host/exp/exponent/taskManager/
H A DAppRecordInterface.kt3 interface AppRecordInterface { interface
H A DAppLoaderInterface.kt10 ): AppRecordInterface
H A DExpoHeadlessAppLoader.kt16 private val appScopeKeysToAppRecords = mutableMapOf<String, AppRecordInterface>()