ClassFilter

Document filter that is used to determine which documents will be processed. If the document is rejected by this filter, its data cannot be returned as scanning result.

Functions

Link copied to clipboard
abstract fun classAllowed(documentClass: DocumentClassInfo): Boolean

Determines whether document should be processed or it is filtered out.

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)