March 2020
Beginner to intermediate
426 pages
13h 11m
English
This object provides methods that are used to work with the navigation items in the navigation bar. The following are some of the methods that are available under this object:
|
getId |
We can use this method to get the navigation item ID: navigationItem.getId(); |
|
getLabel |
We can use this method to get the label of the navigation item: navigationItem.getLabel(); |
|
getVisible |
We can use this method to check the visibility of the navigation item: navigationItem.getVisible(); |
We can use the preceding methods to interact with navigation items.
Read now
Unlock full access