Package-level declarations

Types

Link copied to clipboard
class JobPropertyDelegate(job: Job? = null)

A property delegate for a Job that cancels the previous job if any, and sets the property to null once the job is completed using Job.invokeOnCompletion.

Functions

Link copied to clipboard

Removes a view from its parent. Does nothing if it's not attached to a ViewGroup parent.

Link copied to clipboard
fun View.traverse(applyOnViewFunction: View.() -> Unit)

Traverses across the view and all its children, and applies applyOnViewFunction to them.