public final class QueryChange
extends Object
Information about changes in a query result changes, reported by a live query.
-
Method Summary
Return the error occurred when running the query.
Return the source live query object.
Return the new query result.
-
Method Details
-
getQuery
@NonNull
public Query getQuery()
Return the source live query object.
-
getResults
Return the new query result.
-
getError
Return the error occurred when running the query.
-