SizeReadyCallback

interface SizeReadyCallback

A callback that must be called when the target has determined its size. For fixed size targets it can be called synchronously.

Functions

Link copied to clipboard
abstract fun onSizeReady(width: Int, height: Int)
A callback called on the main thread.

Inheritors

Link copied to clipboard
Link copied to clipboard