shown property

bool shown
getter/setter pair

Has this page been shown already? This is used to indicate that the page has been displayed. If some pages are supposed to be skipped in a story, mark them as shown shown = true.

However, during initialization of the story view, all pages after the last unshown page will have their shown attribute altered to false. This is because the next item to be displayed is taken by the last unshown story item.

Implementation

bool shown;