Class SelectivePermissionsInterventionIssueDetails
The issue warns about blocked calls to privacy sensitive APIs via the Selective Permissions Intervention.
public sealed record SelectivePermissionsInterventionIssueDetails : IEquatable<SelectivePermissionsInterventionIssueDetails>
- Inheritance
-
SelectivePermissionsInterventionIssueDetails
- Implements
- Inherited Members
Constructors
SelectivePermissionsInterventionIssueDetails(string, AdAncestry)
The issue warns about blocked calls to privacy sensitive APIs via the Selective Permissions Intervention.
public SelectivePermissionsInterventionIssueDetails(string ApiName, AdAncestry AdAncestry)
Parameters
ApiNamestringWhich API was intervened on.
AdAncestryAdAncestryWhy the ad script using the API is considered an ad.
Properties
AdAncestry
Why the ad script using the API is considered an ad.
public AdAncestry AdAncestry { get; init; }
Property Value
ApiName
Which API was intervened on.
public string ApiName { get; init; }
Property Value
StackTrace
The stack trace at the time of the intervention.
public StackTrace? StackTrace { get; init; }