Searched refs:DirectiveUpdateResponsePart (Results 1 – 7 of 7) sorted by relevance
70 internal final class DirectiveUpdateResponsePart: UpdateResponsePart { class89 let directiveUpdateResponsePart: DirectiveUpdateResponsePart?94 directiveUpdateResponsePart: DirectiveUpdateResponsePart?
25 …s ParseDirectiveSuccessBlock = (_ directiveUpdateResponsePart: DirectiveUpdateResponsePart) -> Void569 var parseDirectiveResponse: DirectiveUpdateResponsePart?714 successBlock(DirectiveUpdateResponsePart(updateDirective: directive))
75 public final class DirectiveUpdateResponsePart: UpdateResponsePart { class94 public let directiveUpdateResponsePart: DirectiveUpdateResponsePart?99 directiveUpdateResponsePart: DirectiveUpdateResponsePart?
38 val directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart?43 …data class DirectiveUpdateResponsePart(val updateDirective: UpdateDirective) : UpdateResponsePart() class in UpdateResponsePart
286 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>()
291 … directiveUpdateResponsePart = UpdateResponsePart.DirectiveUpdateResponsePart(updateDirective) in testRemoteLoader_RollBackDirective()