Android.Views.Inspectors Namespace

Classes

InspectionCompanionUninitializedPropertyMapException

Thrown by #readProperties(Object, PropertyReader) if called before #mapProperties(PropertyMapper).

IntFlagMapping

Maps the values of an int property to sets of string for properties that encode flags.

PropertyMapperPropertyConflictException

Thrown from a map method if a property name is already mapped as different type.

PropertyReaderPropertyTypeMismatchException

Thrown if a client calls a typed read method for a property of a different type.

StaticInspectionCompanionProvider

An inspection companion provider that finds companions as inner classes or generated code.

WindowInspector

Provides access to window inspection information.

Interfaces

IInspectionCompanion

An interface for companion objects used to inspect views.

IInspectionCompanionProvider

An interface for services that can provide inspection companions for a class.

IPropertyMapper

An interface for mapping the string names of inspectable properties to integer identifiers.

IPropertyReader

An interface for reading the properties of an inspectable object.