render

fun render(status: Status?)

Update this view to render Status. If other status is already visible, it will hide it first before presenting new one. Show/hide animation is controlled by Status.animated flag of presented status. Passing null does nothing.

This method must be called from the Main Thread.

Parameters

status