Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template
/
com.mapsted.app_template.domain.model
/
MenuTemplate
Menu
Template
data
class
MenuTemplate
(
val
index
:
Int
,
val
iconResId
:
Int
,
val
menuTitle
:
String
,
val
invokeFragmentName
:
String
,
val
menuType
:
MenuUtil.MenuType
?
=
null
,
val
isFallBackItem
:
Boolean
=
false
)
Members
Constructors
Menu
Template
Link copied to clipboard
constructor
(
index
:
Int
,
iconResId
:
Int
,
menuTitle
:
String
,
invokeFragmentName
:
String
,
menuType
:
MenuUtil.MenuType
?
=
null
,
isFallBackItem
:
Boolean
=
false
)
Properties
icon
Res
Id
Link copied to clipboard
val
iconResId
:
Int
index
Link copied to clipboard
val
index
:
Int
invoke
Fragment
Name
Link copied to clipboard
val
invokeFragmentName
:
String
is
Fall
Back
Item
Link copied to clipboard
val
isFallBackItem
:
Boolean
menu
Title
Link copied to clipboard
val
menuTitle
:
String
menu
Type
Link copied to clipboard
val
menuType
:
MenuUtil.MenuType
?