AttributionDialogManager

interface AttributionDialogManager

Interface for attribution dialog manager. This interface can be used to implement your own AttributionDialogManager to replace the default attribution dialog.

Functions

onStop
Link copied to clipboard
abstract fun onStop()

Invoked when the hosting Activity#onStop is called

showAttribution
Link copied to clipboard
abstract fun showAttribution(mapAttributionDelegate: MapAttributionDelegate)

Invoked when the map attribution should be shown to the end user

Inheritors

AttributionDialogManagerImpl
Link copied to clipboard