TopbarNotificationProvider

Interface to provide topbar notification functionality.

Types

Link copied to clipboard
Listener for topbar notification events.

Functions

Link copied to clipboard
Adds a listener for topbar notification events.
Link copied to clipboard
returns the container id that is setup for notificatoins
Link copied to clipboard
abstract fun initializeTopbarNotifications(defaultContainer: FrameLayout, fragmentManager: FragmentManager)
Initializes the topbar notifications with the default container.
Link copied to clipboard
abstract fun removeFromTopNotificationBar(type: Int)
Removes a notification from the topbar.
Link copied to clipboard
Removes a listener for topbar notification events.
Link copied to clipboard
abstract fun showInTopNotificationBar(type: Int)
Displays a notification in the topbar.