android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
android
android
/
com.wire.crypto
/
PreKey
Pre
Key
data
class
PreKey
(
val
id
:
UShort
,
val
data
:
ByteArray
)
Prekey
Members
Constructors
Pre
Key
Link copied to clipboard
constructor
(
id
:
UShort
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
the prekey data
id
Link copied to clipboard
val
id
:
UShort
the prekey ID
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int