ConsentRequestUi

interface ConsentRequestUi

Functions

Link copied to clipboard
abstract fun show(feature: Feature, complete: ConsentRequestUiComplete)

Will be called if it is necessary to ask the user for consent to record a common feature while measuring a campaign.

abstract fun show(    campaignId: String,     campaign: Campaign,     complete: ConsentRequestUiComplete)

Will be called if it is necessary to ask the user for consent to a measurement campaign.