TopbarNotificationProvider
interface TopbarNotificationProvider
Interface to provide topbar notification functionality.
Types
Link copied to clipboard
interface TopbarNotificationListener
Listener for topbar notification events.
Functions
Link copied to clipboard
abstract fun addNotificationListener(listener: MapApi.TopbarNotificationProvider.TopbarNotificationListener): Boolean
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
Removes a notification from the topbar.
Link copied to clipboard
abstract fun removeNotificationListener(listener: MapApi.TopbarNotificationProvider.TopbarNotificationListener): Boolean
Removes a listener for topbar notification events.
Link copied to clipboard
Displays a notification in the topbar.