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

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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
toString
Link copied to clipboard
open fun toString(): String

Inheritors

AttributionDialogManagerImpl
Link copied to clipboard