TopbarNotificationApi
Types
Link copied to clipboard
interface TopbarNotificationClickListener
Listener interface to handle interactions with the top notification bar.
Functions
Link copied to clipboard
abstract fun addNotificationListener(listener: TopbarNotificationApi.TopbarNotificationClickListener): Boolean
Register a listener to handle click and view events for top notifications.
Link copied to clipboard
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
abstract fun removeNotificationListener(listener: TopbarNotificationApi.TopbarNotificationClickListener): Boolean
Unregister a listener that was previously added for click and view events.
Link copied to clipboard
Show a notification in the top notification bar.