toggle menu
horologist
androidJvm
switch theme
search in API
media-ui
/
com.google.android.horologist.media.ui.snackbar
/
UiMessage
Ui
Message
data
class
UiMessage
(
val
message
:
String
,
val
id
:
String
=
UUID.randomUUID().toString()
,
val
error
:
Boolean
=
true
)
A UI message, either an error or informational to display.
Members
Constructors
Ui
Message
Link copied to clipboard
constructor
(
message
:
String
,
id
:
String
=
UUID.randomUUID().toString()
,
error
:
Boolean
=
true
)
Properties
error
Link copied to clipboard
val
error
:
Boolean
=
true
id
Link copied to clipboard
val
id
:
String
message
Link copied to clipboard
val
message
:
String