Filter

  • Filter is an interface used to restrict the results of queries.

  • It implements the Parcelable interface, enabling it to be passed between components.

  • Filter includes inherited methods from Parcelable to support serialization and data transfer.

public interface Filter implements Parcelable

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

Inherited Constant Summary

Inherited Method Summary