ClientPayload
amiudmodz / proto / ClientPayload
Class: ClientPayload
Defined in: WAProto/index.d.ts:2938
Implements
Constructors
new ClientPayload()
new ClientPayload(
p?):ClientPayload
Defined in: WAProto/index.d.ts:2939
Parameters
p?
Returns
Properties
accountType?
optionalaccountType:null|AccountType
Defined in: WAProto/index.d.ts:2969
Implementation of
connectAttemptCount?
optionalconnectAttemptCount:null|number
Defined in: WAProto/index.d.ts:2951
Implementation of
IClientPayload.connectAttemptCount
connectionSequenceInfo?
optionalconnectionSequenceInfo:null|number
Defined in: WAProto/index.d.ts:2970
Implementation of
IClientPayload.connectionSequenceInfo
connectReason?
optionalconnectReason:null|ConnectReason
Defined in: WAProto/index.d.ts:2948
Implementation of
connectType?
optionalconnectType:null|ConnectType
Defined in: WAProto/index.d.ts:2947
Implementation of
device?
optionaldevice:null|number
Defined in: WAProto/index.d.ts:2952
Implementation of
devicePairingData?
optionaldevicePairingData:null|IDevicePairingRegistrationData
Defined in: WAProto/index.d.ts:2953
Implementation of
IClientPayload.devicePairingData
dnsSource?
optionaldnsSource:null|IDNSSource
Defined in: WAProto/index.d.ts:2950
Implementation of
fbAppId?
optionalfbAppId:null|number|Long
Defined in: WAProto/index.d.ts:2960
Implementation of
fbCat?
optionalfbCat:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2955
Implementation of
fbDeviceId?
optionalfbDeviceId:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2961
Implementation of
fbUserAgent?
optionalfbUserAgent:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2956
Implementation of
interopData?
optionalinteropData:null|IInteropData
Defined in: WAProto/index.d.ts:2966
Implementation of
iosAppExtension?
optionaliosAppExtension:null|IOSAppExtension
Defined in: WAProto/index.d.ts:2959
Implementation of
IClientPayload.iosAppExtension
lc?
optionallc:null|number
Defined in: WAProto/index.d.ts:2958
Implementation of
lidDbMigrated?
optionallidDbMigrated:null|boolean
Defined in: WAProto/index.d.ts:2968
Implementation of
memClass?
optionalmemClass:null|number
Defined in: WAProto/index.d.ts:2965
Implementation of
oc?
optionaloc:null|boolean
Defined in: WAProto/index.d.ts:2957
Implementation of
paaLink?
optionalpaaLink:null|boolean
Defined in: WAProto/index.d.ts:2971
Implementation of
paddingBytes?
optionalpaddingBytes:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2963
Implementation of
pairedPeripherals
pairedPeripherals:
string[]
Defined in: WAProto/index.d.ts:2974
Implementation of
IClientPayload.pairedPeripherals
passive?
optionalpassive:null|boolean
Defined in: WAProto/index.d.ts:2941
Implementation of
preacksCount?
optionalpreacksCount:null|number
Defined in: WAProto/index.d.ts:2972
Implementation of
processingQueueSize?
optionalprocessingQueueSize:null|number
Defined in: WAProto/index.d.ts:2973
Implementation of
IClientPayload.processingQueueSize
product?
optionalproduct:null|Product
Defined in: WAProto/index.d.ts:2954
Implementation of
pull?
optionalpull:null|boolean
Defined in: WAProto/index.d.ts:2962
Implementation of
pushName?
optionalpushName:null|string
Defined in: WAProto/index.d.ts:2944
Implementation of
sessionId?
optionalsessionId:null|number
Defined in: WAProto/index.d.ts:2945
Implementation of
shards
shards:
number[]
Defined in: WAProto/index.d.ts:2949
Implementation of
shortConnect?
optionalshortConnect:null|boolean
Defined in: WAProto/index.d.ts:2946
Implementation of
testIsolationId?
optionaltestIsolationId:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2975
Implementation of
IClientPayload.testIsolationId
trafficAnonymization?
optionaltrafficAnonymization:null|TrafficAnonymization
Defined in: WAProto/index.d.ts:2967
Implementation of
IClientPayload.trafficAnonymization
userAgent?
optionaluserAgent:null|IUserAgent
Defined in: WAProto/index.d.ts:2942
Implementation of
username?
optionalusername:null|number|Long
Defined in: WAProto/index.d.ts:2940
Implementation of
webInfo?
optionalwebInfo:null|IWebInfo
Defined in: WAProto/index.d.ts:2943
Implementation of
yearClass?
optionalyearClass:null|number
Defined in: WAProto/index.d.ts:2964
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:2981
Returns
object
create()
staticcreate(properties?):ClientPayload
Defined in: WAProto/index.d.ts:2976
Parameters
properties?
Returns
decode()
staticdecode(r,l?):ClientPayload
Defined in: WAProto/index.d.ts:2978
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:2977
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):ClientPayload
Defined in: WAProto/index.d.ts:2979
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:2982
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:2980
Parameters
m
o?
IConversionOptions
Returns
object