AttributionDialog

fun AttributionDialog(attributions: List<Attribution>, onDismissRequest: () -> Unit, onAttributionClick: (attribution: Attribution) -> Unit)

Build an AttributionDialog to be added to the Attribution ornament.

Parameters

attributions

The list of Attributions to be shown in the AttributionDialog.

onDismissRequest

The callback to be invoked when the attribution is dismissed.

onAttributionClick

The callback to be invoked when a attribution is clicked.