Home
last modified time | relevance | path

Searched defs:updatesService (Results 1 – 7 of 7) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesModule.swift18 private let updatesService: ABI49_0_0EXUpdatesModuleInterface? variable
37 guard let updatesService = updatesService, in definition() variable
71 …guard let updatesService = updatesService, let config = updatesService.config, config.isEnabled el… in definition() variable
121 guard let updatesService = updatesService, in definition() variable
141 guard let updatesService = updatesService, in definition() variable
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesModule.swift18 private let updatesService: EXUpdatesModuleInterface? variable
37 guard let updatesService = updatesService, in definition() variable
71 …guard let updatesService = updatesService, let config = updatesService.config, config.isEnabled el… in definition() variable
132 guard let updatesService = updatesService, in definition() variable
152 guard let updatesService = updatesService, in definition() variable
/expo/packages/expo-updates/e2e/fixtures/
H A DE2ETestModule.swift6 private let updatesService: EXUpdatesModuleInterface? variable
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/
H A DUpdatesModule.kt45 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/
H A DUpdatesModule.kt45 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/
H A DUpdatesModule.kt47 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesModule.kt50 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant