Icon

enum Icon : Enum<Icon>

An enumeration of icons used to represent ISO mdoc data elements or JSON-based credential claims.

Entries

Link copied to clipboard

Represents a person, identity, or user profile.

Link copied to clipboard

Represents a specific day, such as an issue date or current date.

Link copied to clipboard

Represents a duration, validity period, or a start and end date.

Link copied to clipboard

Represents a timestamp or a combination of date and time.

Link copied to clipboard

Represents an issuing authority, financial institution, or administrative entity.

Link copied to clipboard

Represents identification numbers, document numbers, or other numeric claims.

Link copied to clipboard

Represents an account or a detailed profile box.

Link copied to clipboard

Represents driving privileges, a personal vehicle, or a driver's license claim.

Link copied to clipboard

Represents a spoken or written language, or nationality.

Link copied to clipboard

Represents emergency contact information, medical alerts, or urgent data.

Link copied to clipboard

Represents a physical location, point of interest, or geographic coordinates.

Link copied to clipboard

Represents a physical or cryptographic signature.

Link copied to clipboard

Represents military service, veteran status, or decorations.

Link copied to clipboard

Represents special statuses, ratings, or premium features.

Link copied to clipboard

Represents a portrait, facial image, or facial biometrics.

Link copied to clipboard

Represents fingerprint biometrics or touch-based authentication.

Link copied to clipboard

Represents iris biometrics or eye-related physical traits.

Link copied to clipboard

Represents commercial driving privileges, passenger transport, or shuttle services.

Link copied to clipboard

Represents a wide-angle view, panorama, or landscape-oriented visual data.

Link copied to clipboard

Represents a generic image, photograph, or scanned document.

Link copied to clipboard

Represents a city, municipality, or urban location data.

Link copied to clipboard

Represents routing, directions, or travel-related information.

Link copied to clipboard

Represents a home address, primary residence, or domestic property.

Link copied to clipboard

Represents a country of issue, nationality, or geographic state.

Link copied to clipboard

Represents an apartment, suite, or unit number within a larger building.

Link copied to clipboard

Represents Japanese Kana characters or specific regional language or script data.

Link copied to clipboard

Represents a telephone number or mobile contact information.

Link copied to clipboard

Represents an email address or electronic contact information.

Link copied to clipboard

Represents an identification badge, credential, or official document status.

Link copied to clipboard

Represents global, international, or worldwide attributes.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

the icon name according to https://fonts.google.com/icons

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): Icon

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.)

Link copied to clipboard
fun values(): Array<Icon>

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