Interface KiiCallback<T>

  • Type Parameters:
    T -

    public interface KiiCallback<T>
    Notifies completion of generic tasks.
    • Method Detail

      • onComplete

        void onComplete​(T result,
                        java.lang.Exception e)
        Runs on the UI thread after the task has been completed.
        Parameters:
        result - result of API
        e - null if succeeded.