Android
androidJvm
remote-messaging-api
/
com.duckduckgo.remote.messaging.api
/
RemoteMessagingRepository
Remote
Messaging
Repository
interface
RemoteMessagingRepository
Members
Functions
active
Message
Link copied to clipboard
abstract
fun
activeMessage
(
message
:
RemoteMessage
?
)
did
Show
Link copied to clipboard
abstract
fun
didShow
(
id
:
String
)
:
Boolean
dismissed
Messages
Link copied to clipboard
abstract
fun
dismissedMessages
(
)
:
List
<
String
>
dismiss
Message
Link copied to clipboard
abstract
suspend
fun
dismissMessage
(
id
:
String
)
get
Message
By
Id
Link copied to clipboard
abstract
fun
getMessageById
(
id
:
String
)
:
RemoteMessage
?
mark
As
Shown
Link copied to clipboard
abstract
fun
markAsShown
(
remoteMessage
:
RemoteMessage
)
message
Link copied to clipboard
abstract
fun
message
(
)
:
RemoteMessage
?
message
Flow
Link copied to clipboard
abstract
fun
messageFlow
(
)
:
Flow
<
RemoteMessage
?
>