Home
last modified time | relevance | path

Searched refs:DirectiveUpdateResponsePart (Results 1 – 7 of 7) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DUpdateResponse.swift70 internal final class DirectiveUpdateResponsePart: UpdateResponsePart { class
89 let directiveUpdateResponsePart: DirectiveUpdateResponsePart?
94 directiveUpdateResponsePart: DirectiveUpdateResponsePart?
H A DFileDownloader.swift25 …s ParseDirectiveSuccessBlock = (_ directiveUpdateResponsePart: DirectiveUpdateResponsePart) -> Void
569 var parseDirectiveResponse: DirectiveUpdateResponsePart?
714 successBlock(DirectiveUpdateResponsePart(updateDirective: directive))
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DUpdateResponse.swift75 public final class DirectiveUpdateResponsePart: UpdateResponsePart { class
94 public let directiveUpdateResponsePart: DirectiveUpdateResponsePart?
99 directiveUpdateResponsePart: DirectiveUpdateResponsePart?
H A DFileDownloader.swift25 …s ParseDirectiveSuccessBlock = (_ directiveUpdateResponsePart: DirectiveUpdateResponsePart) -> Void
569 var parseDirectiveResponse: DirectiveUpdateResponsePart?
714 successBlock(DirectiveUpdateResponsePart(updateDirective: directive))
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DRemoteUpdate.kt38 val directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart?
43 …data class DirectiveUpdateResponsePart(val updateDirective: UpdateDirective) : UpdateResponsePart() class in UpdateResponsePart
H A DFileDownloader.kt286 var parseDirectiveResponse: UpdateResponsePart.DirectiveUpdateResponsePart? = null in <lambda>()
321 …erride fun onSuccess(directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart) { in <lambda>()
358 fun onSuccess(directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart) in <lambda>()
403 …callback.onSuccess(UpdateResponsePart.DirectiveUpdateResponsePart(UpdateDirective.fromJSONString(b… in <lambda>()
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DRemoteLoaderTest.kt291 … directiveUpdateResponsePart = UpdateResponsePart.DirectiveUpdateResponsePart(updateDirective) in testRemoteLoader_RollBackDirective()