Uses of Record Class
it.auties.whatsapp.model.companion.CompanionDevice
Packages that use CompanionDevice
Package
Description
-
Uses of CompanionDevice in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type CompanionDeviceModifier and TypeMethodDescriptionMobileOptionsBuilder.device(CompanionDevice device) Set the device to emulate -
Uses of CompanionDevice in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as CompanionDeviceModifier and TypeFieldDescriptionprivate CompanionDeviceStore.deviceMetadata about the device that is being simulated for WhatsappMethods in it.auties.whatsapp.controller that return CompanionDeviceMethods in it.auties.whatsapp.controller with parameters of type CompanionDeviceConstructors in it.auties.whatsapp.controller with parameters of type CompanionDeviceModifierConstructorDescriptionStore(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 CompanionDevice in it.auties.whatsapp.model.companion
Methods in it.auties.whatsapp.model.companion that return CompanionDeviceModifier and TypeMethodDescriptionstatic CompanionDeviceCompanionDevice.android(boolean business) static CompanionDeviceCompanionDevice.ios(boolean business) static CompanionDeviceCompanionDevice.kaiOs()static CompanionDeviceCompanionDevice.web()