OpaqueId
class OpaqueId
| kotlin.Any | |
| ↳ | com.google.android.gms.dtdi.analytics.Identifiers.OpaqueId |
Immutable class that represents an ID.
Summary
Public methods |
|
|---|---|
| Boolean | |
| Int |
hashCode() |
| ByteArray | |
| ByteString |
Converts this OpaqueId to a ByteString. |
Companion functions |
|
|---|---|
| Identifiers.OpaqueId |
fromByteArray(bytes: ByteArray) |
| Identifiers.OpaqueId |
fromByteString(bs: ByteString)Creates an OpaqueId from a ByteString. |
Public methods
hashCode
fun hashCode(): Int
Companion functions
fromByteArray
fun fromByteArray(bytes: ByteArray): Identifiers.OpaqueId
fromByteString
fun fromByteString(bs: ByteString): Identifiers.OpaqueId
Creates an OpaqueId from a ByteString.