Skip to content

Interface: IOfflineProgressUpdateEventData

Provides event data for OnOfflineProgressUpdate.

Hierarchy

Summary

Properties

Class Properties

Inherited Properties

Methods

Class Methods

Currently none in this class.

Inherited Methods

Currently none inherited from the parent class(es).

Properties

Readonly currentStepNumber

currentStepNumber: number

Retrieves the current step number.


Readonly message

message: string

Retrieves the progress message.


Readonly messageParam1

messageParam1: any

Retrieves the first message parameter.


Readonly messageParam2

messageParam2: any

Retrieves the second message parameter.


Readonly step

step: string

Retrieves the current step name.


Readonly totalStep

totalStep: number

Retrieves the total number of steps.