OperationHandler

public interface OperationHandler<T extends Object>

Generic completion callback.

Used for asynchronous operations that return result data.

Parameters

T

The result data type

Functions

Link copied to clipboard
public abstract Unit onResult(T result, NCError error)

Operation completion callback.