onSizeChanged

abstract fun onSizeChanged(width: Int, height: Int)

Called once CurlView size changes.

Parameters

width

new width of the view in pixels.

height

new height of the view in pixels.