Noop
Convenience implementation of RemoteApiService which ignores all requests.
Functions
Link copied to clipboard
Closes all resources allocated for this RemoteApiService. Overridden to indicate that calling close will not throw.
Link copied to clipboard
open override fun process(request: LensesComponent.RemoteApiService.Request, onResponse: Consumer<LensesComponent.RemoteApiService.Response>): LensesComponent.RemoteApiService.Call
Attempts to process the request with one or multiple Responses sent back to the provided onResponse. The returned Call indicates how this RemoteApiService handled the request so that callers can act accordingly: