toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
utils
/
edu.stanford.spezi.core.utils
/
MessageNotifier
Message
Notifier
class
MessageNotifier
@
Inject
constructor
(
context
:
Context
)
Members
Constructors
Message
Notifier
Link copied to clipboard
@
Inject
constructor
(
context
:
Context
)
Types
Duration
Link copied to clipboard
enum
Duration
:
Enum
<
MessageNotifier.Duration
>
Functions
notify
Link copied to clipboard
fun
notify
(
@
StringRes
messageId
:
Int
,
duration
:
MessageNotifier.Duration
=
Duration.SHORT
)
fun
notify
(
message
:
String
,
duration
:
MessageNotifier.Duration
=
Duration.SHORT
)