Implements
Constructors
new ClientPayload()
new ClientPayload(Defined in: WAProto/index.d.ts:2670p?):ClientPayload
Parameters
p?
IClientPayload
Returns
ClientPayload
Properties
accountType?
Defined in: WAProto/index.d.ts:2700optionalaccountType:null|AccountType
Implementation of
IClientPayload.accountType
connectAttemptCount?
Defined in: WAProto/index.d.ts:2682optionalconnectAttemptCount:null|number
Implementation of
IClientPayload.connectAttemptCount
connectionSequenceInfo?
Defined in: WAProto/index.d.ts:2701optionalconnectionSequenceInfo:null|number
Implementation of
IClientPayload.connectionSequenceInfo
connectReason?
Defined in: WAProto/index.d.ts:2679optionalconnectReason:null|ConnectReason
Implementation of
IClientPayload.connectReason
connectType?
Defined in: WAProto/index.d.ts:2678optionalconnectType:null|ConnectType
Implementation of
IClientPayload.connectType
device?
Defined in: WAProto/index.d.ts:2683optionaldevice:null|number
Implementation of
IClientPayload.device
devicePairingData?
Defined in: WAProto/index.d.ts:2684optionaldevicePairingData:null|IDevicePairingRegistrationData
Implementation of
IClientPayload.devicePairingData
dnsSource?
Defined in: WAProto/index.d.ts:2681optionaldnsSource:null|IDNSSource
Implementation of
IClientPayload.dnsSource
fbAppId?
Defined in: WAProto/index.d.ts:2691optionalfbAppId:null|number|Long
Implementation of
IClientPayload.fbAppId
fbCat?
Defined in: WAProto/index.d.ts:2686optionalfbCat:null|Uint8Array<ArrayBufferLike>
Implementation of
IClientPayload.fbCat
fbDeviceId?
Defined in: WAProto/index.d.ts:2692optionalfbDeviceId:null|Uint8Array<ArrayBufferLike>
Implementation of
IClientPayload.fbDeviceId
fbUserAgent?
Defined in: WAProto/index.d.ts:2687optionalfbUserAgent:null|Uint8Array<ArrayBufferLike>
Implementation of
IClientPayload.fbUserAgent
interopData?
Defined in: WAProto/index.d.ts:2697optionalinteropData:null|IInteropData
Implementation of
IClientPayload.interopData
iosAppExtension?
Defined in: WAProto/index.d.ts:2690optionaliosAppExtension:null|IOSAppExtension
Implementation of
IClientPayload.iosAppExtension
lc?
Defined in: WAProto/index.d.ts:2689optionallc:null|number
Implementation of
IClientPayload.lc
lidDbMigrated?
Defined in: WAProto/index.d.ts:2699optionallidDbMigrated:null|boolean
Implementation of
IClientPayload.lidDbMigrated
memClass?
Defined in: WAProto/index.d.ts:2696optionalmemClass:null|number
Implementation of
IClientPayload.memClass
oc?
Defined in: WAProto/index.d.ts:2688optionaloc:null|boolean
Implementation of
IClientPayload.oc
paaLink?
Defined in: WAProto/index.d.ts:2702optionalpaaLink:null|boolean
Implementation of
IClientPayload.paaLink
paddingBytes?
Defined in: WAProto/index.d.ts:2694optionalpaddingBytes:null|Uint8Array<ArrayBufferLike>
Implementation of
IClientPayload.paddingBytes
passive?
Defined in: WAProto/index.d.ts:2672optionalpassive:null|boolean
Implementation of
IClientPayload.passive
preacksCount?
Defined in: WAProto/index.d.ts:2703optionalpreacksCount:null|number
Implementation of
IClientPayload.preacksCount
processingQueueSize?
Defined in: WAProto/index.d.ts:2704optionalprocessingQueueSize:null|number
Implementation of
IClientPayload.processingQueueSize
product?
Defined in: WAProto/index.d.ts:2685optionalproduct:null|Product
Implementation of
IClientPayload.product
pull?
Defined in: WAProto/index.d.ts:2693optionalpull:null|boolean
Implementation of
IClientPayload.pull
pushName?
Defined in: WAProto/index.d.ts:2675optionalpushName:null|string
Implementation of
IClientPayload.pushName
sessionId?
Defined in: WAProto/index.d.ts:2676optionalsessionId:null|number
Implementation of
IClientPayload.sessionId
shards
shards: number[]
Defined in: WAProto/index.d.ts:2680
Implementation of
IClientPayload.shards
shortConnect?
Defined in: WAProto/index.d.ts:2677optionalshortConnect:null|boolean
Implementation of
IClientPayload.shortConnect
trafficAnonymization?
Defined in: WAProto/index.d.ts:2698optionaltrafficAnonymization:null|TrafficAnonymization
Implementation of
IClientPayload.trafficAnonymization
userAgent?
Defined in: WAProto/index.d.ts:2673optionaluserAgent:null|IUserAgent
Implementation of
IClientPayload.userAgent
username?
Defined in: WAProto/index.d.ts:2671optionalusername:null|number|Long
Implementation of
IClientPayload.username
webInfo?
Defined in: WAProto/index.d.ts:2674optionalwebInfo:null|IWebInfo
Implementation of
IClientPayload.webInfo
yearClass?
Defined in: WAProto/index.d.ts:2695optionalyearClass:null|number
Implementation of
IClientPayload.yearClass
Methods
create()
Defined in: WAProto/index.d.ts:2705staticcreate(properties?):ClientPayload
Parameters
properties?
IClientPayload
Returns
ClientPayload
decode()
Defined in: WAProto/index.d.ts:2707staticdecode(r,l?):ClientPayload
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
ClientPayload
encode()
Defined in: WAProto/index.d.ts:2706staticencode(m,w?):Writer
Parameters
m
IClientPayload
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:2708staticfromObject(d):ClientPayload
Parameters
d
Returns
ClientPayload
getTypeUrl()
Defined in: WAProto/index.d.ts:2711staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:2710
Returns
object
toObject()
Defined in: WAProto/index.d.ts:2709statictoObject(m,o?):object
Parameters
m
ClientPayload
o?
IConversionOptions
Returns
object