matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.notification
/
RoomPushRuleService
Room
Push
Rule
Service
interface
RoomPushRuleService
Members
Functions
get
Live
Room
Notification
State
Link copied to clipboard
abstract
fun
getLiveRoomNotificationState
(
)
:
LiveData
<
RoomNotificationState
>
set
Room
Notification
State
Link copied to clipboard
abstract
suspend
fun
setRoomNotificationState
(
roomNotificationState
:
RoomNotificationState
)