SuccessCallback

public interface SuccessCallback<V>

Callback invoked when the fetch operation succeeds.

Parameters

<V>

the type of the response of the fetch operation

Functions

Link copied to clipboard
public abstract void onSuccess(V response)
Called with the parsed response when the fetch operation is successful.