Skip to main content

Class: ClientPayload

Defined in: WAProto/index.d.ts:2051

Implements

Constructors

new ClientPayload()

new ClientPayload(p?): ClientPayload

Defined in: WAProto/index.d.ts:2052

Parameters

p?

IClientPayload

Returns

ClientPayload

Properties

accountType?

optional accountType: null | AccountType

Defined in: WAProto/index.d.ts:2082

Implementation of

IClientPayload.accountType


connectAttemptCount?

optional connectAttemptCount: null | number

Defined in: WAProto/index.d.ts:2064

Implementation of

IClientPayload.connectAttemptCount


connectReason?

optional connectReason: null | ConnectReason

Defined in: WAProto/index.d.ts:2061

Implementation of

IClientPayload.connectReason


connectType?

optional connectType: null | ConnectType

Defined in: WAProto/index.d.ts:2060

Implementation of

IClientPayload.connectType


device?

optional device: null | number

Defined in: WAProto/index.d.ts:2065

Implementation of

IClientPayload.device


devicePairingData?

optional devicePairingData: null | IDevicePairingRegistrationData

Defined in: WAProto/index.d.ts:2066

Implementation of

IClientPayload.devicePairingData


dnsSource?

optional dnsSource: null | IDNSSource

Defined in: WAProto/index.d.ts:2063

Implementation of

IClientPayload.dnsSource


fbAppId?

optional fbAppId: null | number | Long

Defined in: WAProto/index.d.ts:2073

Implementation of

IClientPayload.fbAppId


fbCat?

optional fbCat: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:2068

Implementation of

IClientPayload.fbCat


fbDeviceId?

optional fbDeviceId: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:2074

Implementation of

IClientPayload.fbDeviceId


fbUserAgent?

optional fbUserAgent: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:2069

Implementation of

IClientPayload.fbUserAgent


interopData?

optional interopData: null | IInteropData

Defined in: WAProto/index.d.ts:2079

Implementation of

IClientPayload.interopData


iosAppExtension?

optional iosAppExtension: null | IOSAppExtension

Defined in: WAProto/index.d.ts:2072

Implementation of

IClientPayload.iosAppExtension


lc?

optional lc: null | number

Defined in: WAProto/index.d.ts:2071

Implementation of

IClientPayload.lc


lidDbMigrated?

optional lidDbMigrated: null | boolean

Defined in: WAProto/index.d.ts:2081

Implementation of

IClientPayload.lidDbMigrated


memClass?

optional memClass: null | number

Defined in: WAProto/index.d.ts:2078

Implementation of

IClientPayload.memClass


oc?

optional oc: null | boolean

Defined in: WAProto/index.d.ts:2070

Implementation of

IClientPayload.oc


paddingBytes?

optional paddingBytes: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:2076

Implementation of

IClientPayload.paddingBytes


passive?

optional passive: null | boolean

Defined in: WAProto/index.d.ts:2054

Implementation of

IClientPayload.passive


product?

optional product: null | Product

Defined in: WAProto/index.d.ts:2067

Implementation of

IClientPayload.product


pull?

optional pull: null | boolean

Defined in: WAProto/index.d.ts:2075

Implementation of

IClientPayload.pull


pushName?

optional pushName: null | string

Defined in: WAProto/index.d.ts:2057

Implementation of

IClientPayload.pushName


sessionId?

optional sessionId: null | number

Defined in: WAProto/index.d.ts:2058

Implementation of

IClientPayload.sessionId


shards

shards: number[]

Defined in: WAProto/index.d.ts:2062

Implementation of

IClientPayload.shards


shortConnect?

optional shortConnect: null | boolean

Defined in: WAProto/index.d.ts:2059

Implementation of

IClientPayload.shortConnect


trafficAnonymization?

optional trafficAnonymization: null | TrafficAnonymization

Defined in: WAProto/index.d.ts:2080

Implementation of

IClientPayload.trafficAnonymization


userAgent?

optional userAgent: null | IUserAgent

Defined in: WAProto/index.d.ts:2055

Implementation of

IClientPayload.userAgent


username?

optional username: null | number | Long

Defined in: WAProto/index.d.ts:2053

Implementation of

IClientPayload.username


webInfo?

optional webInfo: null | IWebInfo

Defined in: WAProto/index.d.ts:2056

Implementation of

IClientPayload.webInfo


yearClass?

optional yearClass: null | number

Defined in: WAProto/index.d.ts:2077

Implementation of

IClientPayload.yearClass

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:2088

Returns

object


create()

static create(properties?): ClientPayload

Defined in: WAProto/index.d.ts:2083

Parameters

properties?

IClientPayload

Returns

ClientPayload


decode()

static decode(r, l?): ClientPayload

Defined in: WAProto/index.d.ts:2085

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ClientPayload


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:2084

Parameters

m

IClientPayload

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ClientPayload

Defined in: WAProto/index.d.ts:2086

Parameters

d

Returns

ClientPayload


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:2089

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:2087

Parameters

m

ClientPayload

o?

IConversionOptions

Returns

object