SelectivePermissionsInterventionIssueDetails

@Serializable
data class SelectivePermissionsInterventionIssueDetails(val apiName: String, val adAncestry: Network.AdAncestry, val stackTrace: Runtime.StackTrace? = null)

The issue warns about blocked calls to privacy sensitive APIs via the Selective Permissions Intervention.

Constructors

constructor(apiName: String, adAncestry: Network.AdAncestry, stackTrace: Runtime.StackTrace? = null)

Properties

Link copied to clipboard

Why the ad script using the API is considered an ad.

Link copied to clipboard

Which API was intervened on.

Link copied to clipboard

The stack trace at the time of the intervention.