Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StackEvent

The stack events that can occur when a user navigates

Index

Enumeration members

Enumeration members

Change

Change: = "change"

The user changed screens

see

StackOnChange

Pop

Pop: = "pop"

A screen was popped off the stack

see

StackOnPop

Push

Push: = "push"

A screen was pushed on to the stack

see

StackOnPush

Replace

Replace: = "replace"

The top screen was replaced

see

StackOnReplace

Reset

Reset: = "reset"

The stack was reset

see

StackOnReset