DescriptorRaw

@JsonClass(generateAdapter = true)
data class DescriptorRaw(@Json(name = "id") val id: String, @Json(name = "data") val data: String, @Json(name = "type") val type: String = SDK_DESCRIPTOR)

Descriptor model.

Constructors

Link copied to clipboard
constructor(@Json(name = "id") id: String, @Json(name = "data") data: String, @Json(name = "type") type: String = SDK_DESCRIPTOR)

Properties

Link copied to clipboard

Encoded descriptor android.util.Base64.

Link copied to clipboard
val id: String

Descriptor Id.

Link copied to clipboard

Descriptor type.