Attribution Dialog
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.
on Dismiss Request
The callback to be invoked when the attribution is dismissed.
on Attribution Click
The callback to be invoked when a attribution is clicked.