Skip to main content

Call

amiudmodz


amiudmodz / proto / Message / Call

Class: Call

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

Implements

Constructors

new Call()

new Call(p?): Call

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

Parameters

p?

ICall

Returns

Call

Properties

callEntryPoint?

optional callEntryPoint: null | number

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

Implementation of

ICall.callEntryPoint


callKey?

optional callKey: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ICall.callKey


contextInfo?

optional contextInfo: null | IContextInfo

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

Implementation of

ICall.contextInfo


conversionData?

optional conversionData: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ICall.conversionData


conversionDelaySeconds?

optional conversionDelaySeconds: null | number

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

Implementation of

ICall.conversionDelaySeconds


conversionSource?

optional conversionSource: null | string

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

Implementation of

ICall.conversionSource


ctwaPayload?

optional ctwaPayload: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ICall.ctwaPayload


ctwaSignals?

optional ctwaSignals: null | string

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

Implementation of

ICall.ctwaSignals


deeplinkPayload?

optional deeplinkPayload: null | string

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

Implementation of

ICall.deeplinkPayload


messageContextInfo?

optional messageContextInfo: null | IMessageContextInfo

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

Implementation of

ICall.messageContextInfo


nativeFlowCallButtonPayload?

optional nativeFlowCallButtonPayload: null | string

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

Implementation of

ICall.nativeFlowCallButtonPayload

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): Call

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

Parameters

properties?

ICall

Returns

Call


decode()

static decode(r, l?): Call

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

Call


encode()

static encode(m, w?): Writer

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

Parameters

m

ICall

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): Call

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

Parameters

d

Returns

Call


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

Call

o?

IConversionOptions

Returns

object