kalium
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kalium
cryptography
/
com.wire.kalium.cryptography
/
CommitBundle
Commit
Bundle
data
class
CommitBundle
(
val
commit
:
ByteArray
,
val
welcome
:
ByteArray
?
,
val
groupInfoBundle
:
GroupInfoBundle
)
Members
Constructors
Commit
Bundle
Link copied to clipboard
constructor
(
commit
:
ByteArray
,
welcome
:
ByteArray
?
,
groupInfoBundle
:
GroupInfoBundle
)
Properties
commit
Link copied to clipboard
val
commit
:
ByteArray
group
Info
Bundle
Link copied to clipboard
val
groupInfoBundle
:
GroupInfoBundle
welcome
Link copied to clipboard
val
welcome
:
ByteArray
?
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