CallbackBuilder

interface CallbackBuilder

Interface to invoke Bannerbar.Callback Kotlin DSL style.

Functions

onDismissed
Link copied to clipboard
abstract fun onDismissed(action: (Bannerbar, event: Int) -> Unit)
Called when a Bannerbar is dismissed.
onShown
Link copied to clipboard
abstract fun onShown(action: (Bannerbar) -> Unit)
Called when a Bannerbar is shown.