StockNotificationPanel

A panel that can be used as a stock implementation for notifications. Use StockNotificationPanel.create to create an instance of this class.

Types

Link copied to clipboard
class Builder

A builder used to create a StockNotificationPanel. The created panel is configured by the properties of this builder.

Link copied to clipboard
object Companion
Link copied to clipboard

Stock notification view model that gets its notification data from the panel.

Inherited properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val requestsRemoval: LiveData<Boolean>
Link copied to clipboard
val tag: String

Inherited functions

Link copied to clipboard
Link copied to clipboard
fun dismiss()
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getLifecycle(): Lifecycle
Link copied to clipboard
open override fun getPanelContext(iviFragmentId: IviFragmentId): CommonPanelContext
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String