AttributionDialogManager

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

interface AttributionDialogManager

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onStop
Link copied to clipboard

Invoked when the hosting Activity#onStop is called

abstract fun onStop()
showAttribution
Link copied to clipboard

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

abstract fun showAttribution(mapAttributionDelegate: MapAttributionDelegate)
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

AttributionDialogManagerImpl
Link copied to clipboard