Listener

interface Listener

Facilitates listening for zoom events.

Functions

Link copied to clipboard
open fun onValueChanged(old: Float, new: Float)

Called when the zoom factor changes.

Link copied to clipboard
open fun onValueRangeChanged(old: ERROR CLASS: Symbol not found for ClosedFloatingPointRange<kotlin/Float>, new: ERROR CLASS: Symbol not found for ClosedFloatingPointRange<kotlin/Float>)

Called when the range of zoom factors changes.