TopbarNotificationApi

Types

Link copied to clipboard

Listener interface to handle interactions with the top notification bar.

Functions

Link copied to clipboard

Register a listener to handle click and view events for top notifications.

Link copied to clipboard
abstract fun getContainerId(): Int?

Retrieve the container id used by the API.

Link copied to clipboard

Retrieve the FragmentManager used by the API.

Link copied to clipboard

Remove a notification from the top notification bar.

Link copied to clipboard

Unregister a listener that was previously added for click and view events.

Link copied to clipboard
abstract fun showInTopNotificationBar(topNotification: TopbarNotifications)

Show a notification in the top notification bar.