Home
last modified time | relevance | path

Searched defs:launch (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method in expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
H A DAppContextActivityResultRegistry.kt208 override fun launch(input: I, callback: ActivityResultCallback<O>) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in abi49_0_0.expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
H A DAppContextActivityResultRegistry.kt208 override fun launch(input: I, callback: ActivityResultCallback<O>) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in abi47_0_0.expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
H A DAppContextActivityResultRegistry.kt208 override fun launch(input: I, callback: ActivityResultCallback<O>) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in abi48_0_0.expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
H A DAppContextActivityResultRegistry.kt208 override fun launch(input: I, callback: ActivityResultCallback<O>) { in <lambda>() method
/expo/apps/bare-expo/
H A Djest-puppeteer.config.js48 launch: { property
/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/scenarios/
H A DDevLauncherBasicScenario.kt60 fun launch() { in launch() method
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/launcher/
H A DDatabaseLauncher.kt63 fun launch(database: UpdatesDatabase, context: Context, callback: LauncherCallback?) { in launch() method in expo.modules.updates.launcher.DatabaseLauncher
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherAppLoader.kt75 open suspend fun launch(intent: Intent): Boolean { in <lambda>() method in expo.modules.devlauncher.launcher.loaders.DevLauncherAppLoader