toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.usecase
/
SetChatSettings
Set
Chat
Settings
data
class
SetChatSettings
@
Inject
constructor
(
db
:
FirebaseFirestore
)
Members
Constructors
Set
Chat
Settings
Link copied to clipboard
@
Inject
constructor
(
db
:
FirebaseFirestore
)
Functions
update
Chat
Enable
Link copied to clipboard
suspend
fun
updateChatEnable
(
uid
:
String
,
isChatEnable
:
Boolean
)
:
Exception
?
update
Current
Chat
Number
Link copied to clipboard
suspend
fun
updateCurrentChatNumber
(
uid
:
String
,
currentChatNumber
:
Int
)
:
Exception
?
update
Last
Chat
Link copied to clipboard
suspend
fun
updateLastChat
(
uid
:
String
)
:
Exception
?