Uses of Class
it.auties.whatsapp.model.companion.CompanionHashState
Packages that use CompanionHashState
-
Uses of CompanionHashState in it.auties.whatsapp.controller
Methods in it.auties.whatsapp.controller that return types with arguments of type CompanionHashStateModifier and TypeMethodDescriptionKeys.findHashStateByName(Jid device, PatchType patchType) Queries the hash state that matchesname.Methods in it.auties.whatsapp.controller with parameters of type CompanionHashStateModifier and TypeMethodDescriptionKeys.putState(Jid device, CompanionHashState state) Adds the provided hash state to the known ones -
Uses of CompanionHashState in it.auties.whatsapp.model.companion
Fields in it.auties.whatsapp.model.companion declared as CompanionHashStateModifier and TypeFieldDescriptionprivate final CompanionHashStateCompanionPatch.stateThe field for thestaterecord component.private CompanionHashStateCompanionPatchBuilder.stateMethods in it.auties.whatsapp.model.companion that return CompanionHashStateModifier and TypeMethodDescriptionCompanionHashStateBuilder.build()CompanionHashState.copy()static CompanionHashStateCompanionHashStateSpec.decode(byte[] input) CompanionHashState.setHash(byte[] hash) CompanionHashState.setIndexValueMap(Map<String, byte[]> indexValueMap) CompanionHashState.setVersion(long version) CompanionPatch.state()Returns the value of thestaterecord component.Methods in it.auties.whatsapp.model.companion with parameters of type CompanionHashStateModifier and TypeMethodDescriptionprivate static booleanCompanionHashState.checkIndexEntryEquality(CompanionHashState that, String thisKey, byte[] thisValue) private booleanCompanionHashState.checkIndexEquality(CompanionHashState that) static byte[]CompanionHashStateSpec.encode(CompanionHashState protoInputObject) CompanionPatchBuilder.state(CompanionHashState state) Constructors in it.auties.whatsapp.model.companion with parameters of type CompanionHashStateModifierConstructorDescriptionCompanionPatch(Jid companion, CompanionHashState state) Creates an instance of aCompanionPatchrecord class.