Uses of Class
it.auties.whatsapp.model.companion.CompanionHashState
Packages that use CompanionHashState
-
Uses of CompanionHashState in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type CompanionHashStateModifier and TypeFieldDescriptionprivate final Map<Jid, Map<PatchType, CompanionHashState>> Keys.hashStatesHash stateMethods 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.Keys.hashStates()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
Methods in it.auties.whatsapp.model.companion that return CompanionHashStateModifier and TypeMethodDescriptionCompanionHashState.copy()CompanionHashState.hash(byte[] hash) CompanionHashState.indexValueMap(Map<String, byte[]> indexValueMap) CompanionHashState.version(long version) 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)