androidApp
/
com.keygenqt.viewer.android.menu
/
MenuTab
Menu
Tab
enum
MenuTab
(route:
String
, titleTopBar:
Int
?, icon:
ImageVector
) :
Enum
<
MenuTab
>
Content copied to clipboard
Entries
Properties
Entries
REPOS
Link copied to clipboard
REPOS
(ReposNavRoute.repos.default.route, null, Icons.Filled.List)
Content copied to clipboard
FOLLOWERS
Link copied to clipboard
FOLLOWERS
(FollowersNavRoute.followers.default.route, R.string.followers_title, Icons.Filled.People)
Content copied to clipboard
PROFILE
Link copied to clipboard
PROFILE
(ProfileNavRoute.profile.default.route, R.string.profile_title, Icons.Filled.Person)
Content copied to clipboard
Properties
icon
Link copied to clipboard
val
icon
:
ImageVector
Content copied to clipboard
route
Link copied to clipboard
val
route
:
String
Content copied to clipboard
titleTopBar
Link copied to clipboard
val
titleTopBar
:
Int
?
Content copied to clipboard