Telemetry Dialog
fun TelemetryDialog(onDismissRequest: () -> Unit, onMoreInfo: () -> Unit, onDisagree: () -> Unit, onAgree: () -> Unit)
Build an TelemetryDialog to be added to the AttributionDialog when telemetry settings is clicked.
Parameters
on Dismiss Request
The callback to be invoked when the attribution is dismissed.
on More Info
The callback to be invoked when more information is needed.
on Disagree
The callback to be invoked when user disagrees with the telemetry collection.
on Agree
The callback to be invoked when user agrees with the telemetry collection.