Uses of Record Class
it.auties.whatsapp.model.sync.ValueSync
Packages that use ValueSync
-
Uses of ValueSync in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as ValueSyncModifier and TypeFieldDescriptionprivate final ValueSyncRecordSync.valueThe field for thevaluerecord component.private ValueSyncRecordSyncBuilder.valueMethods in it.auties.whatsapp.model.sync that return ValueSyncModifier and TypeMethodDescriptionValueSyncBuilder.build()static ValueSyncValueSyncSpec.decode(byte[] input) RecordSync.value()Returns the value of thevaluerecord component.Methods in it.auties.whatsapp.model.sync with parameters of type ValueSyncModifier and TypeMethodDescriptionstatic byte[]Constructors in it.auties.whatsapp.model.sync with parameters of type ValueSyncModifierConstructorDescriptionRecordSync(IndexSync index, ValueSync value, KeyId keyId) Creates an instance of aRecordSyncrecord class.