Skip to main content

Class: AppStateSyncKeyData

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

Implements

Constructors

new AppStateSyncKeyData()

new AppStateSyncKeyData(p?): AppStateSyncKeyData

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

Parameters

p?

IAppStateSyncKeyData

Returns

AppStateSyncKeyData

Properties

fingerprint?

optional fingerprint: null | IAppStateSyncKeyFingerprint

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

Implementation of

IAppStateSyncKeyData.fingerprint


keyData?

optional keyData: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IAppStateSyncKeyData.keyData


timestamp?

optional timestamp: null | number | Long

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

Implementation of

IAppStateSyncKeyData.timestamp

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AppStateSyncKeyData

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

Parameters

properties?

IAppStateSyncKeyData

Returns

AppStateSyncKeyData


decode()

static decode(r, l?): AppStateSyncKeyData

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AppStateSyncKeyData


encode()

static encode(m, w?): Writer

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

Parameters

m

IAppStateSyncKeyData

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AppStateSyncKeyData

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

Parameters

d

Returns

AppStateSyncKeyData


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AppStateSyncKeyData

o?

IConversionOptions

Returns

object