Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.result
/
SolidError
/
NotificationDelivery
/
NotificationDelivery
Notification
Delivery
constructor
(
inboxUri
:
String
,
status
:
Int
?
=
null
,
message
:
String
=
"Notification delivery to $inboxUri failed" + (status?.let { " (HTTP $it)" } ?: "") + "."
)