RedactionSettingsResolver

Resolves RedactionSettings for a given document class.

Implementations typically inspect properties of DocumentClassInfo (Country, Region, Type) and return the appropriate redaction configuration.

Returns null when no matching configuration exists for the provided DocumentClassInfo.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard

Resolve redaction settings for the provided DocumentClassInfo.

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