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 TypeFieldDescription(package private) CompanionDeviceStore.deviceMetadata about the device that is being simulated for Whatsappprivate CompanionDeviceStoreBuilder.deviceMethods in it.auties.whatsapp.controller that return CompanionDeviceMethods in it.auties.whatsapp.controller with parameters of type CompanionDeviceModifier and TypeMethodDescriptionStoreBuilder.device(CompanionDevice device) Store.setDevice(CompanionDevice device) Constructors in it.auties.whatsapp.controller with parameters of type CompanionDeviceModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, 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.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 -
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) CompanionDeviceBuilder.build()static CompanionDeviceCompanionDeviceSpec.decode(byte[] input) static CompanionDeviceCompanionDevice.ios(boolean business) static CompanionDeviceCompanionDevice.kaiOs()static CompanionDeviceCompanionDevice.web()Methods in it.auties.whatsapp.model.companion with parameters of type CompanionDeviceModifier and TypeMethodDescriptionstatic byte[]CompanionDeviceSpec.encode(CompanionDevice protoInputObject)