toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
notification
/
edu.stanford.spezi.core.notification.notifier
/
FirebaseMessage
Firebase
Message
data
class
FirebaseMessage
(
val
title
:
String
,
val
message
:
String
,
val
action
:
String
?
,
val
messageId
:
String
?
,
val
isDismissible
:
Boolean
?
)
:
Parcelable
Members
Constructors
Firebase
Message
Link copied to clipboard
constructor
(
title
:
String
,
message
:
String
,
action
:
String
?
,
messageId
:
String
?
,
isDismissible
:
Boolean
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Link copied to clipboard
val
action
:
String
?
is
Dismissible
Link copied to clipboard
val
isDismissible
:
Boolean
?
message
Link copied to clipboard
val
message
:
String
message
Id
Link copied to clipboard
val
messageId
:
String
?
title
Link copied to clipboard
val
title
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)