Interface CountCallBack

    • Method Detail

      • onCountCompleted

        void onCountCompleted​(@NonNull
                              KiiBucket bucket,
                              @Nullable
                              KiiQuery query,
                              int count,
                              @Nullable
                              java.lang.Exception exception)
        Runs on the UI thread after KiiBucket.count(CountCallBack) has been executed.
        Parameters:
        bucket - on which the query has executed.
        query - executed query.
        count - number of objects matched the specified query.
        exception - null if succeeded.