toggle menu
trixnity-client
4.6.2
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.notification
/
NotificationService
Notification
Service
interface
NotificationService
Inheritors
NotificationServiceImpl
Members
Types
Notification
Link copied to clipboard
data
class
Notification
(
val
event
:
ClientEvent
<
*
>
,
val
actions
:
Set
<
PushAction
>
)
Functions
get
Notifications
Link copied to clipboard
abstract
fun
getNotifications
(
decryptionTimeout
:
Duration
=
5.seconds
,
syncResponseBufferSize
:
Int
=
4
)
:
Flow
<
NotificationService.Notification
>