flourish / com.skydoves.flourish / Flourish

Flourish

class Flourish

Types

Builder

class Builder

Builder class for creating Flourish.

Constructors

<init>

Flourish(builder: Flourish.Builder)

Properties

flourishView

lateinit var flourishView: ViewGroup

Functions

dismiss

fun dismiss(): Unit

This function is for supporting Java language. dismisses the flourish layout with a polished animation.

fun dismiss(doAfter: () -> Unit = { }): Unit

dismisses the flourish layout with a polished animation.

isShowing

fun isShowing(): Boolean

returns flourish layout is showing or not.

show

fun show(): Unit

This function is for supporting Java language. shows the flourish layout with a polished animation.

fun show(doAfter: () -> Unit = { }): Unit

shows the flourish layout with a polished animation.