Uses of Enum Class
it.auties.whatsapp.model.signal.auth.UserAgent.ReleaseChannel
Packages that use UserAgent.ReleaseChannel
Package
Description
-
Uses of UserAgent.ReleaseChannel in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type UserAgent.ReleaseChannelModifier and TypeMethodDescriptionOptionsBuilder.releaseChannel(UserAgent.ReleaseChannel releaseChannel) Sets the release channel -
Uses of UserAgent.ReleaseChannel in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as UserAgent.ReleaseChannelModifier and TypeFieldDescription(package private) UserAgent.ReleaseChannelStore.releaseChannelThe release channel to use when connecting to Whatsapp This should allow the use of beta featuresprivate UserAgent.ReleaseChannelStoreBuilder.releaseChannelMethods in it.auties.whatsapp.controller that return UserAgent.ReleaseChannelMethods in it.auties.whatsapp.controller with parameters of type UserAgent.ReleaseChannelModifier and TypeMethodDescriptionStoreBuilder.releaseChannel(UserAgent.ReleaseChannel releaseChannel) Store.setReleaseChannel(UserAgent.ReleaseChannel releaseChannel) Constructors in it.auties.whatsapp.controller with parameters of type UserAgent.ReleaseChannelModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, CompletableFuture<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 automaticPresenceUpdates, boolean automaticMessageReceipts, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of UserAgent.ReleaseChannel in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as UserAgent.ReleaseChannelModifier and TypeFieldDescriptionprivate final UserAgent.ReleaseChannelUserAgent.releaseChannelThe field for thereleaseChannelrecord component.private UserAgent.ReleaseChannelUserAgentBuilder.releaseChannelMethods in it.auties.whatsapp.model.signal.auth that return UserAgent.ReleaseChannelModifier and TypeMethodDescriptionUserAgent.releaseChannel()Returns the value of thereleaseChannelrecord component.static UserAgent.ReleaseChannelReturns the enum constant of this class with the specified name.static UserAgent.ReleaseChannel[]UserAgent.ReleaseChannel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.signal.auth that return types with arguments of type UserAgent.ReleaseChannelModifier and TypeMethodDescriptionstatic Optional<UserAgent.ReleaseChannel> UserAgentReleaseChannelSpec.decode(int index) Methods in it.auties.whatsapp.model.signal.auth with parameters of type UserAgent.ReleaseChannelModifier and TypeMethodDescriptionstatic IntegerUserAgentReleaseChannelSpec.encode(UserAgent.ReleaseChannel protoInputObject) UserAgentBuilder.releaseChannel(UserAgent.ReleaseChannel releaseChannel) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type UserAgent.ReleaseChannelModifierConstructorDescriptionUserAgent(UserAgent.PlatformType platform, Version appVersion, String mcc, String mnc, String osVersion, String manufacturer, String device, String osBuildNumber, String phoneId, UserAgent.ReleaseChannel releaseChannel, String localeLanguageIso6391, String localeCountryIso31661Alpha2, String deviceBoard) Creates an instance of aUserAgentrecord class.