Filter

  • A Filter is a query filter used to restrict results in queries.

  • The Filter interface implements the Parcelable interface.

  • The Filter interface inherits constants and methods from the Parcelable interface, including describeContents() and writeToParcel().

public interface Filter implements Parcelable

A query filter that can be used to restrict the results on queries.

Inherited Constant Summary

Inherited Method Summary