Uses of Record Class
it.auties.whatsapp.model.sync.ExitCode
Packages that use ExitCode
-
Uses of ExitCode in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as ExitCodeModifier and TypeFieldDescriptionprivate final ExitCodePatchSync.exitCodeprivate ExitCodePatchSyncBuilder.exitCodeMethods in it.auties.whatsapp.model.sync that return ExitCodeModifier and TypeMethodDescriptionExitCodeBuilder.build()static ExitCodeExitCodeSpec.decode(byte[] input) PatchSync.exitCode()Methods in it.auties.whatsapp.model.sync with parameters of type ExitCodeModifier and TypeMethodDescriptionstatic byte[]Constructors in it.auties.whatsapp.model.sync with parameters of type ExitCodeModifierConstructorDescriptionPatchSync(VersionSync version, List<MutationSync> mutations, ExternalBlobReference externalMutations, byte[] snapshotMac, byte[] patchMac, KeyId keyId, ExitCode exitCode, Integer deviceIndex)