Skip to main content

ClientPayload

amiudmodz


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?

IClientPayload

Returns

ClientPayload

Properties

accountType?

optional accountType: null | AccountType

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

Implementation of

IClientPayload.accountType


connectAttemptCount?

optional connectAttemptCount: null | number

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

Implementation of

IClientPayload.connectAttemptCount


connectionSequenceInfo?

optional connectionSequenceInfo: null | number

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

Implementation of

IClientPayload.connectionSequenceInfo


connectReason?

optional connectReason: null | ConnectReason

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

Implementation of

IClientPayload.connectReason


connectType?

optional connectType: null | ConnectType

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

Implementation of

IClientPayload.connectType


device?

optional device: null | number

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

Implementation of

IClientPayload.device


devicePairingData?

optional devicePairingData: null | IDevicePairingRegistrationData

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

Implementation of

IClientPayload.devicePairingData


dnsSource?

optional dnsSource: null | IDNSSource

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

Implementation of

IClientPayload.dnsSource


fbAppId?

optional fbAppId: null | number | Long

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

Implementation of

IClientPayload.fbAppId


fbCat?

optional fbCat: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IClientPayload.fbCat


fbDeviceId?

optional fbDeviceId: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IClientPayload.fbDeviceId


fbUserAgent?

optional fbUserAgent: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IClientPayload.fbUserAgent


interopData?

optional interopData: null | IInteropData

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

Implementation of

IClientPayload.interopData


iosAppExtension?

optional iosAppExtension: null | IOSAppExtension

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

Implementation of

IClientPayload.iosAppExtension


lc?

optional lc: null | number

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

Implementation of

IClientPayload.lc


lidDbMigrated?

optional lidDbMigrated: null | boolean

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

Implementation of

IClientPayload.lidDbMigrated


memClass?

optional memClass: null | number

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

Implementation of

IClientPayload.memClass


oc?

optional oc: null | boolean

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

Implementation of

IClientPayload.oc


optional paaLink: null | boolean

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

Implementation of

IClientPayload.paaLink


paddingBytes?

optional paddingBytes: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IClientPayload.paddingBytes


pairedPeripherals

pairedPeripherals: string[]

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

Implementation of

IClientPayload.pairedPeripherals


passive?

optional passive: null | boolean

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

Implementation of

IClientPayload.passive


preacksCount?

optional preacksCount: null | number

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

Implementation of

IClientPayload.preacksCount


processingQueueSize?

optional processingQueueSize: null | number

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

Implementation of

IClientPayload.processingQueueSize


product?

optional product: null | Product

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

Implementation of

IClientPayload.product


pull?

optional pull: null | boolean

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

Implementation of

IClientPayload.pull


pushName?

optional pushName: null | string

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

Implementation of

IClientPayload.pushName


sessionId?

optional sessionId: null | number

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

Implementation of

IClientPayload.sessionId


shards

shards: number[]

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

Implementation of

IClientPayload.shards


shortConnect?

optional shortConnect: null | boolean

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

Implementation of

IClientPayload.shortConnect


testIsolationId?

optional testIsolationId: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IClientPayload.testIsolationId


trafficAnonymization?

optional trafficAnonymization: null | TrafficAnonymization

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

Implementation of

IClientPayload.trafficAnonymization


userAgent?

optional userAgent: null | IUserAgent

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

Implementation of

IClientPayload.userAgent


username?

optional username: null | number | Long

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

Implementation of

IClientPayload.username


webInfo?

optional webInfo: null | IWebInfo

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

Implementation of

IClientPayload.webInfo


yearClass?

optional yearClass: null | number

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

Implementation of

IClientPayload.yearClass

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): ClientPayload

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

Parameters

properties?

IClientPayload

Returns

ClientPayload


decode()

static decode(r, l?): ClientPayload

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ClientPayload


encode()

static encode(m, w?): Writer

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

Parameters

m

IClientPayload

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ClientPayload

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

Parameters

d

Returns

ClientPayload


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

ClientPayload

o?

IConversionOptions

Returns

object