getIndexForMenuSelection method

int getIndexForMenuSelection()

Returns the index corresponding to the current navigation menu selection.

Implementation

int getIndexForMenuSelection() {
  return 0;
}