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.placeholder
/
PlaceholderContent
/
PlaceholderItem
Placeholder
Item
data
class
PlaceholderItem
(
val
id
:
String
,
val
content
:
String
,
val
details
:
String
)
A placeholder item representing a piece of content.
Members
Constructors
Placeholder
Item
Link copied to clipboard
constructor
(
id
:
String
,
content
:
String
,
details
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
details
Link copied to clipboard
val
details
:
String
id
Link copied to clipboard
val
id
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String