Skip to main content
Defined in: WAProto/index.d.ts:2669

Implements

Constructors

new ClientPayload()

new ClientPayload(p?): ClientPayload
Defined in: WAProto/index.d.ts:2670

Parameters

p?
IClientPayload

Returns

ClientPayload

Properties

accountType?

optional accountType: null | AccountType
Defined in: WAProto/index.d.ts:2700

Implementation of

IClientPayload.accountType

connectAttemptCount?

optional connectAttemptCount: null | number
Defined in: WAProto/index.d.ts:2682

Implementation of

IClientPayload.connectAttemptCount

connectionSequenceInfo?

optional connectionSequenceInfo: null | number
Defined in: WAProto/index.d.ts:2701

Implementation of

IClientPayload.connectionSequenceInfo

connectReason?

optional connectReason: null | ConnectReason
Defined in: WAProto/index.d.ts:2679

Implementation of

IClientPayload.connectReason

connectType?

optional connectType: null | ConnectType
Defined in: WAProto/index.d.ts:2678

Implementation of

IClientPayload.connectType

device?

optional device: null | number
Defined in: WAProto/index.d.ts:2683

Implementation of

IClientPayload.device

devicePairingData?

optional devicePairingData: null | IDevicePairingRegistrationData
Defined in: WAProto/index.d.ts:2684

Implementation of

IClientPayload.devicePairingData

dnsSource?

optional dnsSource: null | IDNSSource
Defined in: WAProto/index.d.ts:2681

Implementation of

IClientPayload.dnsSource

fbAppId?

optional fbAppId: null | number | Long
Defined in: WAProto/index.d.ts:2691

Implementation of

IClientPayload.fbAppId

fbCat?

optional fbCat: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2686

Implementation of

IClientPayload.fbCat

fbDeviceId?

optional fbDeviceId: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2692

Implementation of

IClientPayload.fbDeviceId

fbUserAgent?

optional fbUserAgent: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2687

Implementation of

IClientPayload.fbUserAgent

interopData?

optional interopData: null | IInteropData
Defined in: WAProto/index.d.ts:2697

Implementation of

IClientPayload.interopData

iosAppExtension?

optional iosAppExtension: null | IOSAppExtension
Defined in: WAProto/index.d.ts:2690

Implementation of

IClientPayload.iosAppExtension

lc?

optional lc: null | number
Defined in: WAProto/index.d.ts:2689

Implementation of

IClientPayload.lc

lidDbMigrated?

optional lidDbMigrated: null | boolean
Defined in: WAProto/index.d.ts:2699

Implementation of

IClientPayload.lidDbMigrated

memClass?

optional memClass: null | number
Defined in: WAProto/index.d.ts:2696

Implementation of

IClientPayload.memClass

oc?

optional oc: null | boolean
Defined in: WAProto/index.d.ts:2688

Implementation of

IClientPayload.oc
optional paaLink: null | boolean
Defined in: WAProto/index.d.ts:2702

Implementation of

IClientPayload.paaLink

paddingBytes?

optional paddingBytes: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:2694

Implementation of

IClientPayload.paddingBytes

passive?

optional passive: null | boolean
Defined in: WAProto/index.d.ts:2672

Implementation of

IClientPayload.passive

preacksCount?

optional preacksCount: null | number
Defined in: WAProto/index.d.ts:2703

Implementation of

IClientPayload.preacksCount

processingQueueSize?

optional processingQueueSize: null | number
Defined in: WAProto/index.d.ts:2704

Implementation of

IClientPayload.processingQueueSize

product?

optional product: null | Product
Defined in: WAProto/index.d.ts:2685

Implementation of

IClientPayload.product

pull?

optional pull: null | boolean
Defined in: WAProto/index.d.ts:2693

Implementation of

IClientPayload.pull

pushName?

optional pushName: null | string
Defined in: WAProto/index.d.ts:2675

Implementation of

IClientPayload.pushName

sessionId?

optional sessionId: null | number
Defined in: WAProto/index.d.ts:2676

Implementation of

IClientPayload.sessionId

shards

shards: number[]
Defined in: WAProto/index.d.ts:2680

Implementation of

IClientPayload.shards

shortConnect?

optional shortConnect: null | boolean
Defined in: WAProto/index.d.ts:2677

Implementation of

IClientPayload.shortConnect

trafficAnonymization?

optional trafficAnonymization: null | TrafficAnonymization
Defined in: WAProto/index.d.ts:2698

Implementation of

IClientPayload.trafficAnonymization

userAgent?

optional userAgent: null | IUserAgent
Defined in: WAProto/index.d.ts:2673

Implementation of

IClientPayload.userAgent

username?

optional username: null | number | Long
Defined in: WAProto/index.d.ts:2671

Implementation of

IClientPayload.username

webInfo?

optional webInfo: null | IWebInfo
Defined in: WAProto/index.d.ts:2674

Implementation of

IClientPayload.webInfo

yearClass?

optional yearClass: null | number
Defined in: WAProto/index.d.ts:2695

Implementation of

IClientPayload.yearClass

Methods

create()

static create(properties?): ClientPayload
Defined in: WAProto/index.d.ts:2705

Parameters

properties?
IClientPayload

Returns

ClientPayload

decode()

static decode(r, l?): ClientPayload
Defined in: WAProto/index.d.ts:2707

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

ClientPayload

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:2706

Parameters

m
IClientPayload
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): ClientPayload
Defined in: WAProto/index.d.ts:2708

Parameters

d

Returns

ClientPayload

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:2711

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:2710

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:2709

Parameters

m
ClientPayload
o?
IConversionOptions

Returns

object