Class: IntroductionPresenter

IntroductionPresenter(localStorageKeeper)

Presenter for managing the introduction sequence.

Constructor

new IntroductionPresenter(localStorageKeeper)

Creates a new IntroductionPresenter instance.
Parameters:
Name Type Description
localStorageKeeper Object The storage keeper instance for managing introduction state.
Source:

Methods

_showMainContent()

Show the main application content.
Source:

(async) initialize() → {Promise}

Initialize the introduction sequence.
Source:
Returns:
Promise that resolves when the user continues.
Type
Promise