Metadata.DataIssue.IssueType

enum Metadata.DataIssue.IssueType


Represents the different type of issues for Device Trust signal data.

Summary

Enum Values

CACHED_DATA_USED

Cached data was used to get the data.

INTERNAL_ERROR

Internal error.

ISSUE_TYPE_UNSPECIFIED
PERMISSION_ISSUE

Caller does not have permission to access this data.

UNSUPPORTED_ON_CURRENT_VERSION

The data is not supported on the current android version.

Public functions

java-static Metadata.DataIssue.IssueType!
valueOf(name: String!)

Returns the enum constant of this type with the specified name.

java-static Array<Metadata.DataIssue.IssueType!>!

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

CACHED_DATA_USED

val Metadata.DataIssue.IssueType.CACHED_DATA_USEDMetadata.DataIssue.IssueType

Cached data was used to get the data.

PERMISSION_ISSUE

val Metadata.DataIssue.IssueType.PERMISSION_ISSUEMetadata.DataIssue.IssueType

Caller does not have permission to access this data.

UNSUPPORTED_ON_CURRENT_VERSION

val Metadata.DataIssue.IssueType.UNSUPPORTED_ON_CURRENT_VERSIONMetadata.DataIssue.IssueType

The data is not supported on the current android version.

Public functions

valueOf

java-static fun valueOf(name: String!): Metadata.DataIssue.IssueType!

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
Metadata.DataIssue.IssueType!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

java-static fun values(): Array<Metadata.DataIssue.IssueType!>!

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Array<Metadata.DataIssue.IssueType!>!

an array containing the constants of this enum type, in the order they're declared