Searched defs:updatesService (Results 1 – 7 of 7) sorted by relevance
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | UpdatesModule.swift | 18 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 D | UpdatesModule.swift | 18 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 D | E2ETestModule.swift | 6 private let updatesService: EXUpdatesModuleInterface? variable
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/ |
| H A D | UpdatesModule.kt | 45 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 D | UpdatesModule.kt | 45 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 D | UpdatesModule.kt | 47 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesModule.kt | 50 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant
|