FeatureConsentResult

data class FeatureConsentResult


The result of a feature consent request.

Summary

Public constructors

FeatureConsentResult(
    granted: Boolean,
    consentedFeatures: FeatureConsentWebviewResponse?
)

Public properties

FeatureConsentWebviewResponse?

the detailed feature consent statuses.

Boolean

whether the user finished the feature consent flow.

Public constructors

FeatureConsentResult

FeatureConsentResult(
    granted: Boolean,
    consentedFeatures: FeatureConsentWebviewResponse? = null
)

Public properties

consentedFeatures

val consentedFeaturesFeatureConsentWebviewResponse?

the detailed feature consent statuses.

granted

val grantedBoolean

whether the user finished the feature consent flow.