Uses of Record Class
it.auties.whatsapp.model.signal.auth.WebInfo
Packages that use WebInfo
-
Uses of WebInfo in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as WebInfoModifier and TypeFieldDescriptionprivate final WebInfoClientPayload.webInfoThe field for thewebInforecord component.private WebInfoClientPayloadBuilder.webInfoMethods in it.auties.whatsapp.model.signal.auth that return WebInfoModifier and TypeMethodDescriptionWebInfoBuilder.build()static WebInfoWebInfoSpec.decode(byte[] input) ClientPayload.webInfo()Returns the value of thewebInforecord component.Methods in it.auties.whatsapp.model.signal.auth with parameters of type WebInfoModifier and TypeMethodDescriptionstatic byte[]Constructors in it.auties.whatsapp.model.signal.auth with parameters of type WebInfoModifierConstructorDescriptionClientPayload(Long username, Boolean passive, UserAgent userAgent, WebInfo webInfo, String pushName, Integer sessionId, Boolean shortConnect, ClientPayload.ClientPayloadConnectType connectType, ClientPayload.ClientPayloadConnectReason connectReason, List<Integer> shards, DNSSource dnsSource, Integer connectAttemptCount, Integer device, CompanionRegistrationData regData, ClientPayload.ClientPayloadProduct product, byte[] fbCat, byte[] fbUserAgent, Boolean oc, Integer lc, ClientPayload.ClientPayloadIOSAppExtension iosAppExtension, Long fbAppId, byte[] fbDeviceId, Boolean pull) Creates an instance of aClientPayloadrecord class.