Geofencing Consent Dialog
fun GeofencingConsentDialog(onDismissRequest: () -> Unit, onDisagree: () -> Unit, onAgree: () -> Unit, currentUserConsent: Boolean)
Build a GeofencingConsentDialog to be added to the AttributionDialog when geofencing settings is clicked.
Parameters
on Dismiss Request
The callback to be invoked when the dialog is dismissed.
on Disagree
The callback to be invoked when user revokes consent for geofencing.
on Agree
The callback to be invoked when user grants consent for geofencing.
current User Consent
The current state of the user consent.