toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.api.chat.subchannel
/
AmitySubChannelRepository
Amity
Sub
Channel
Repository
class
AmitySubChannelRepository
Members
Functions
create
Sub
Channel
Link copied to clipboard
fun
createSubChannel
(
channelId
:
String
,
displayName
:
String
)
:
Single
<
AmitySubChannel
>
delete
Sub
Channel
Link copied to clipboard
fun
deleteSubChannel
(
subChannelId
:
String
)
:
Completable
fun
deleteSubChannel
(
subChannelId
:
String
,
hardDelete
:
Boolean
)
:
Completable
edit
Sub
Channel
Link copied to clipboard
fun
editSubChannel
(
subChannelId
:
String
,
displayName
:
String
)
:
Completable
get
Sub
Channel
Link copied to clipboard
fun
getSubChannel
(
subChannelId
:
String
)
:
Flowable
<
AmitySubChannel
>
get
Sub
Channels
Link copied to clipboard
fun
getSubChannels
(
)
:
AmitySubChannelQuery.Builder
hard
Delete
Sub
Channel
Link copied to clipboard
fun
hardDeleteSubChannel
(
subChannelId
:
String
)
:
Completable
soft
Delete
Sub
Channel
Link copied to clipboard
fun
softDeleteSubChannel
(
subChannelId
:
String
)
:
Completable
start
Message
Receipt
Sync
Link copied to clipboard
fun
startMessageReceiptSync
(
subChannelId
:
String
)
:
Completable
start
Reading
Link copied to clipboard
fun
startReading
(
subChannelId
:
String
)
stop
Message
Receipt
Sync
Link copied to clipboard
fun
stopMessageReceiptSync
(
subChannelId
:
String
)
:
Completable
stop
Reading
Link copied to clipboard
fun
stopReading
(
subChannelId
:
String
)
update
Sub
Channel
Link copied to clipboard
fun
updateSubChannel
(
subChannelId
:
String
,
displayName
:
String
)
:
Completable