ReplayData class
The replay data container shared with the Oooh platform.
Signature:
export declare class ReplayData extends AbstractModuleAsset
Extends: AbstractModuleAsset
Methods
Method | Modifiers | Description |
---|---|---|
createReplayPlayer(timer) | Create a ReplayPlayer object backed by this data that can be used to playback it's events |
ReplayData.createReplayPlayer() method
Create a ReplayPlayer object backed by this data that can be used to playback it's events
Signature:
createReplayPlayer(timer?: ITimer): Promise<ReplayPlayer>;
Parameters
Parameter | Type | Description |
---|---|---|
timer | ITimer | (Optional) Optionally pass in an ITimer to control the timing of the timed events |
Returns:
Promise<ReplayPlayer>
Updated 7 months ago