onShownAt

abstract fun onShownAt(left: Int, top: Int, width: Int, height: Int)

Callback when Guidance view appears

Parameters

left

The new value of the guidance view's left property.

top

The new value of the guidance view's top property.

width

The new value of the guidance view's width property.

height

The new value of the guidance view's height property.