library
androidJvm
library
/
org.xmtp.android.library
/
GroupSyncSummary
Group
Sync
Summary
data
class
GroupSyncSummary
(
val
numEligible
:
ULong
,
val
numSynced
:
ULong
)
Members
Constructors
Group
Sync
Summary
Link copied to clipboard
constructor
(
numEligible
:
ULong
,
numSynced
:
ULong
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
Ffi
Link copied to clipboard
fun
toFfi
(
)
:
FfiGroupSyncSummary
Properties
num
Eligible
Link copied to clipboard
val
numEligible
:
ULong
num
Synced
Link copied to clipboard
val
numSynced
:
ULong