OpaqueId

classOpaqueId
kotlin.Any
com.google.android.gms.dtdi.analytics.Identifiers.OpaqueId

Immutable class that represents an ID.

Summary

Public methods

Boolean
equals(other:Any?)

Int

ByteArray

Converts thisOpaqueIdto aByteArray.

ByteString

Converts thisOpaqueIdto aByteString.

Companion functions

Identifiers.OpaqueId

Creates anOpaqueIdfrom aByteArray.

Identifiers.OpaqueId
fromByteString(bs:ByteString)

Creates anOpaqueIdfrom aByteString.

Public methods

equals

funequals(other:Any?):Boolean

hashCode

funhashCode():Int

toByteArray

funtoByteArray():ByteArray

Converts thisOpaqueIdto aByteArray.

toByteString

funtoByteString():ByteString

Converts thisOpaqueIdto aByteString.

Companion functions

fromByteArray

funfromByteArray(bytes:ByteArray):Identifiers.OpaqueId

Creates anOpaqueIdfrom aByteArray.

fromByteString

funfromByteString(bs:ByteString):Identifiers.OpaqueId

Creates anOpaqueIdfrom aByteString.