OnMeasure

annotation class OnMeasure

A method annotation used in classes that are annotated with MountSpec.

The method should return void. It defines how your component should be measured during the layout calculation.

See Mount Specs: Measurement for details.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String