flourish / com.skydoves.flourish

Package com.skydoves.flourish

Types

Flourish

class Flourish

FlourishAnimation

enum class FlourishAnimation

FlourishAnimation is an animation attribute of Flourish's the showing and dismissing.

FlourishListener

interface FlourishListener

Interface definition for a callback to be invoked when a Flourish is showed or dismissed.

FlourishOrientation

enum class FlourishOrientation

FlourishOrientation is an orientation attribute of the starting flourishing.

Annotations

FlourishDsl

annotation class FlourishDsl

Functions

createFlourish

fun createFlourish(parent: ViewGroup, block: Flourish.Builder.() -> Unit): Flourish

creates an instance of Flourish by Flourish.Builder using kotlin dsl.