Home
last modified time | relevance | path

Searched refs:maybeIsCheckForUpdateEnabled (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesModule.swift87 … let maybeIsCheckForUpdateEnabled: Bool? = updatesService?.canCheckForUpdateAndFetchUpdate ?? true in definition() variable
88 guard maybeIsCheckForUpdateEnabled ?? false else { in definition()
192 … let maybeIsCheckForUpdateEnabled: Bool? = updatesService?.canCheckForUpdateAndFetchUpdate ?? true in definition() variable
193 guard maybeIsCheckForUpdateEnabled ?? false else { in definition()
214 … let maybeIsCheckForUpdateEnabled: Bool? = updatesService?.canCheckForUpdateAndFetchUpdate ?? true in definition() variable
215 guard maybeIsCheckForUpdateEnabled ?? false else { in definition()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesModule.swift87 … let maybeIsCheckForUpdateEnabled: Bool? = updatesService?.canCheckForUpdateAndFetchUpdate ?? true in definition() variable
88 guard maybeIsCheckForUpdateEnabled ?? false else { in definition()
181 … let maybeIsCheckForUpdateEnabled: Bool? = updatesService?.canCheckForUpdateAndFetchUpdate ?? true in definition() variable
182 guard maybeIsCheckForUpdateEnabled ?? false else { in definition()