Skip to main content

Class: AppStateSyncKey

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

Implements

Constructors

new AppStateSyncKey()

new AppStateSyncKey(p?): AppStateSyncKey

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

Parameters

p?

IAppStateSyncKey

Returns

AppStateSyncKey

Properties

keyData?

optional keyData: null | IAppStateSyncKeyData

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

Implementation of

IAppStateSyncKey.keyData


keyId?

optional keyId: null | IAppStateSyncKeyId

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

Implementation of

IAppStateSyncKey.keyId

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AppStateSyncKey

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

Parameters

properties?

IAppStateSyncKey

Returns

AppStateSyncKey


decode()

static decode(r, l?): AppStateSyncKey

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AppStateSyncKey


encode()

static encode(m, w?): Writer

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

Parameters

m

IAppStateSyncKey

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AppStateSyncKey

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

Parameters

d

Returns

AppStateSyncKey


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AppStateSyncKey

o?

IConversionOptions

Returns

object