public enum AttributionReportingIssueType extends Enum<AttributionReportingIssueType>
| Enum Constant and Description |
|---|
ATTRIBUTION_SOURCE_UNTRUSTWORTHY_ORIGIN |
ATTRIBUTION_UNTRUSTWORTHY_ORIGIN |
INVALID_ATTRIBUTION_DATA |
INVALID_ATTRIBUTION_SOURCE_EVENT_ID |
PERMISSION_POLICY_DISABLED |
| Modifier and Type | Method and Description |
|---|---|
static AttributionReportingIssueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributionReportingIssueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributionReportingIssueType PERMISSION_POLICY_DISABLED
public static final AttributionReportingIssueType INVALID_ATTRIBUTION_SOURCE_EVENT_ID
public static final AttributionReportingIssueType INVALID_ATTRIBUTION_DATA
public static final AttributionReportingIssueType ATTRIBUTION_SOURCE_UNTRUSTWORTHY_ORIGIN
public static final AttributionReportingIssueType ATTRIBUTION_UNTRUSTWORTHY_ORIGIN
public static AttributionReportingIssueType[] values()
for (AttributionReportingIssueType c : AttributionReportingIssueType.values()) System.out.println(c);
public static AttributionReportingIssueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 Kenan Klisura. All rights reserved.