TelemetryDialog
fun TelemetryDialog(onDismissRequest: () -> Unit, onMoreInfo: () -> Unit, onDisagree: () -> Unit, onAgree: () -> Unit)
Build a TelemetryDialog to be added to the AttributionDialog when telemetry settings is clicked.
Parameters
onDismissRequest
The callback to be invoked when the attribution is dismissed.
onMoreInfo
The callback to be invoked when more information is needed.
onDisagree
The callback to be invoked when user disagrees with the telemetry collection.
onAgree
The callback to be invoked when user agrees with the telemetry collection.