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 that return types with arguments of type ClientTypeMethods in it.auties.whatsapp.api with parameters of type ClientTypeModifier and TypeMethodDescriptionstatic IntegerClientTypeSpec.encode(ClientType protoInputObject) ErrorHandler.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 typeprivate ClientTypeKeysBuilder.clientTypeprivate ClientTypeStoreBuilder.clientTypeMethods in it.auties.whatsapp.controller that return ClientTypeMethods in it.auties.whatsapp.controller with parameters of type ClientTypeModifier and TypeMethodDescriptionKeysBuilder.clientType(ClientType clientType) StoreBuilder.clientType(ClientType clientType) ControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) Serializes the keysControllerSerializer.deserializeKeys(ClientType type, String alias) Serializes the keysControllerSerializer.deserializeKeys(ClientType type, UUID id) Serializes the keysDiscardingControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) DiscardingControllerSerializer.deserializeKeys(ClientType type, String alias) DiscardingControllerSerializer.deserializeKeys(ClientType type, UUID id) ProtobufControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) ProtobufControllerSerializer.deserializeKeys(ClientType type, String alias) ProtobufControllerSerializer.deserializeKeys(ClientType type, UUID id) ProtobufControllerSerializer.deserializeKeysFromId(ClientType type, String id) ControllerSerializer.deserializeStore(ClientType type, long phoneNumber) Serializes the storeControllerSerializer.deserializeStore(ClientType type, String alias) Serializes the storeControllerSerializer.deserializeStore(ClientType type, UUID id) Serializes the storeDiscardingControllerSerializer.deserializeStore(ClientType type, long phoneNumber) DiscardingControllerSerializer.deserializeStore(ClientType type, String alias) DiscardingControllerSerializer.deserializeStore(ClientType type, UUID id) ProtobufControllerSerializer.deserializeStore(ClientType type, long phoneNumber) ProtobufControllerSerializer.deserializeStore(ClientType type, String alias) ProtobufControllerSerializer.deserializeStore(ClientType type, UUID id) ProtobufControllerSerializer.deserializeStoreFromId(ClientType type, String id) default Optional<StoreKeysPair> ControllerSerializer.deserializeStoreKeysPair(UUID uuid, Long phoneNumber, String alias, ClientType clientType) Deserializes a store-keys pair from a list of possible identifiersDiscardingControllerSerializer.deserializeStoreKeysPair(UUID uuid, Long phoneNumber, String alias, ClientType clientType) private PathProtobufControllerSerializer.getHome(ClientType type) private PathProtobufControllerSerializer.getSessionDirectory(ClientType clientType, String path) private PathProtobufControllerSerializer.getSessionFile(ClientType clientType, String uuid, String fileName) private voidProtobufControllerSerializer.linkToUuid(ClientType type, UUID uuid, String string) ControllerSerializer.listIds(ClientType type) Returns all the known IDsDiscardingControllerSerializer.listIds(ClientType type) ProtobufControllerSerializer.listIds(ClientType type) ControllerSerializer.listPhoneNumbers(ClientType type) Returns all the known IDsDiscardingControllerSerializer.listPhoneNumbers(ClientType type) ProtobufControllerSerializer.listPhoneNumbers(ClientType type) static KeysKeys.newKeys(UUID uuid, Long phoneNumber, Collection<String> alias, ClientType clientType) static StoreStore.newStore(UUID uuid, Long phoneNumber, Collection<String> alias, ClientType clientType) default StoreKeysPairControllerSerializer.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, ClientType clientType, Collection<String> alias, Integer registrationId, SignalKeyPair noiseKeyPair, SignalKeyPair ephemeralKeyPair, SignalKeyPair identityKeyPair, SignalKeyPair companionKeyPair, SignalSignedKeyPair signedKeyPair, byte[] signedKeyIndex, Long signedKeyIndexTimestamp, List<SignalPreKeyPair> preKeys, String fdid, byte[] deviceId, UUID advertisingId, byte[] identityId, SignedDeviceIdentity companionIdentity, Map<SenderKeyName, SenderKeyRecord> senderKeys, List<CompanionSyncKey> appStateKeys, Map<SessionAddress, Session> sessions, List<CompanionPatch> hashStates, Map<Jid, SenderPreKeys> groupsPreKeys, boolean registered, boolean businessCertificate, boolean initialAppSync) Store(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String verifiedName, 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.KeySetView<ChatMessageInfo, Boolean> status, ConcurrentHashMap<String, 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