Uses of Record Class
it.auties.whatsapp.model.sync.KeyId
Packages that use KeyId
-
Uses of KeyId in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as KeyIdModifier and TypeFieldDescriptionprivate final KeyIdPatchSync.keyIdprivate KeyIdPatchSyncBuilder.keyIdprivate final KeyIdRecordSync.keyIdThe field for thekeyIdrecord component.private KeyIdRecordSyncBuilder.keyIdprivate final KeyIdSnapshotSync.keyIdThe field for thekeyIdrecord component.private KeyIdSnapshotSyncBuilder.keyIdMethods in it.auties.whatsapp.model.sync that return KeyIdModifier and TypeMethodDescriptionKeyIdBuilder.build()static KeyIdKeyIdSpec.decode(byte[] input) PatchSync.keyId()RecordSync.keyId()Returns the value of thekeyIdrecord component.SnapshotSync.keyId()Returns the value of thekeyIdrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type KeyIdModifier and TypeMethodDescriptionstatic byte[]Constructors in it.auties.whatsapp.model.sync with parameters of type KeyIdModifierConstructorDescriptionPatchSync(VersionSync version, List<MutationSync> mutations, ExternalBlobReference externalMutations, byte[] snapshotMac, byte[] patchMac, KeyId keyId, ExitCode exitCode, Integer deviceIndex) RecordSync(IndexSync index, ValueSync value, KeyId keyId) Creates an instance of aRecordSyncrecord class.SnapshotSync(VersionSync version, List<RecordSync> records, byte[] mac, KeyId keyId) Creates an instance of aSnapshotSyncrecord class.