restoreViewState()

Allows the launcher application to restore any state information it had previously saved for a page.

Synopsis:

#include <GfWindow.h>

virtual void restoreViewState(void *item)

Description:

This callback is called when the user navigates back to an existing page in the page history, for example using the back or forward buttons.

Arguments:

item
A pointer to a WebView item.

See also:

saveViewState()