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

Implements

Constructors

new GalaxyFlowAction()

new GalaxyFlowAction(p?): GalaxyFlowAction
Defined in: WAProto/index.d.ts:7802

Parameters

p?
IGalaxyFlowAction

Returns

GalaxyFlowAction

Properties

flowId?

optional flowId: null | string
Defined in: WAProto/index.d.ts:7804

Implementation of

IGalaxyFlowAction.flowId

stanzaId?

optional stanzaId: null | string
Defined in: WAProto/index.d.ts:7805

Implementation of

IGalaxyFlowAction.stanzaId

type?

optional type: null | NOTIFY_LAUNCH
Defined in: WAProto/index.d.ts:7803

Implementation of

IGalaxyFlowAction.type

Methods

create()

static create(properties?): GalaxyFlowAction
Defined in: WAProto/index.d.ts:7806

Parameters

properties?
IGalaxyFlowAction

Returns

GalaxyFlowAction

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

GalaxyFlowAction

encode()

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

Parameters

m
IGalaxyFlowAction
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): GalaxyFlowAction
Defined in: WAProto/index.d.ts:7809

Parameters

d

Returns

GalaxyFlowAction

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
GalaxyFlowAction
o?
IConversionOptions

Returns

object