Uses of Enum Class
it.auties.whatsapp.api.ClientType
Packages that use ClientType
-
Uses of ClientType in it.auties.whatsapp.api
Fields in it.auties.whatsapp.api declared as ClientTypeMethods in it.auties.whatsapp.api that return ClientTypeModifier and TypeMethodDescriptionstatic ClientTypeReturns the enum constant of this class with the specified name.static ClientType[]ClientType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.api with parameters of type ClientTypeModifier and TypeMethodDescriptionErrorHandler.handleError(ClientType type, ErrorHandler.Location location, Throwable throwable) Handles an error that occurred inside the apiConstructors in it.auties.whatsapp.api with parameters of type ClientType -
Uses of ClientType in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as ClientTypeModifier and TypeFieldDescriptionprotected final ClientTypeController.clientTypeThe client typeMethods in it.auties.whatsapp.controller that return ClientTypeMethods in it.auties.whatsapp.controller with parameters of type ClientTypeModifier and TypeMethodDescriptionControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) Serializes the keysControllerSerializer.deserializeKeys(ClientType type, String alias) Serializes the keysControllerSerializer.deserializeKeys(ClientType type, UUID id) Serializes the keysControllerSerializer.deserializeStore(ClientType type, long phoneNumber) Serializes the storeControllerSerializer.deserializeStore(ClientType type, String alias) Serializes the storeControllerSerializer.deserializeStore(ClientType type, UUID id) Serializes the storeControllerSerializer.deserializeStoreKeysPair(UUID uuid, Long phoneNumber, String alias, ClientType clientType) Deserializes a store-keys pair from a list of possible identifiersControllerSerializer.listIds(ClientType type) Returns all the known IDsControllerSerializer.listPhoneNumbers(ClientType type) Returns all the known IDsControllerSerializer.newStoreKeysPair(UUID uuid, Long phoneNumber, Collection<String> alias, ClientType clientType) Creates a fresh pair of store and keysConstructors in it.auties.whatsapp.controller with parameters of type ClientTypeModifierConstructorDescriptionController(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias) Keys(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, int registrationId, SignalKeyPair noiseKeyPair, SignalKeyPair ephemeralKeyPair, SignalKeyPair identityKeyPair, SignalKeyPair companionKeyPair, SignalSignedKeyPair signedKeyPair, byte[] signedKeyIndex, Long signedKeyIndexTimestamp, List<SignalPreKeyPair> preKeys, String phoneId, byte[] deviceId, byte[] identityId, SignedDeviceIdentity companionIdentity, Map<SenderKeyName, SenderKeyRecord> senderKeys, Map<Jid, LinkedList<AppStateSyncKey>> appStateKeys, Map<SessionAddress, Session> sessions, Map<Jid, Map<PatchType, CompanionHashState>> hashStates, Map<Jid, Collection<Jid>> groupsPreKeys, boolean registered, boolean businessCertificate, boolean initialAppSync) Store(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String businessAddress, Double businessLongitude, Double businessLatitude, String businessDescription, String businessWebsite, String businessEmail, BusinessCategory businessCategory, String deviceHash, LinkedHashMap<Jid, Integer> linkedDevicesKeys, URI profilePicture, String about, Jid jid, Jid lid, ConcurrentHashMap<String, String> properties, ConcurrentHashMap<Jid, Contact> contacts, ConcurrentHashMap<Jid, ConcurrentHashMap<String, ChatMessageInfo>> status, ConcurrentHashMap<Jid, Newsletter> newsletters, ConcurrentHashMap<PrivacySettingType, PrivacySettingEntry> privacySettings, ConcurrentHashMap<String, Call> calls, boolean unarchiveChats, boolean twentyFourHourFormat, long initializationTimeStamp, ChatEphemeralTimer newChatsEphemeralTimer, TextPreviewSetting textPreviewSetting, WebHistoryLength historyLength, boolean autodetectListeners, boolean cacheDetectedListeners, boolean automaticPresenceUpdates, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of ClientType in it.auties.whatsapp.util
Methods in it.auties.whatsapp.util with parameters of type ClientTypeModifier and TypeMethodDescriptionDefaultControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) DefaultControllerSerializer.deserializeKeys(ClientType type, String alias) DefaultControllerSerializer.deserializeKeys(ClientType type, UUID id) DefaultControllerSerializer.deserializeKeysFromId(ClientType type, String id) DefaultControllerSerializer.deserializeStore(ClientType type, long phoneNumber) DefaultControllerSerializer.deserializeStore(ClientType type, String alias) DefaultControllerSerializer.deserializeStore(ClientType type, UUID id) DefaultControllerSerializer.deserializeStoreFromId(ClientType type, String id) DefaultControllerSerializer.deserializeStoreKeysPair(UUID uuid, Long phoneNumber, String alias, ClientType clientType) private PathDefaultControllerSerializer.getHome(ClientType type) private PathDefaultControllerSerializer.getSessionDirectory(ClientType clientType, String path) private PathDefaultControllerSerializer.getSessionFile(ClientType clientType, String uuid, String fileName) private voidDefaultControllerSerializer.linkToUuid(ClientType type, UUID uuid, String string) DefaultControllerSerializer.listIds(ClientType type) DefaultControllerSerializer.listPhoneNumbers(ClientType type) DefaultControllerSerializer.newStoreKeysPair(UUID uuid, Long phoneNumber, Collection<String> alias, ClientType clientType)