AmitySubChannelRepository

Functions

Link copied to clipboard
fun createSubChannel(channelId: String, displayName: String): Single<AmitySubChannel>
Link copied to clipboard
fun deleteSubChannel(subChannelId: String): Completable
fun deleteSubChannel(subChannelId: String, hardDelete: Boolean): Completable
Link copied to clipboard
fun editSubChannel(subChannelId: String, displayName: String): Completable
Link copied to clipboard
fun getSubChannel(subChannelId: String): Flowable<AmitySubChannel>
Link copied to clipboard
fun hardDeleteSubChannel(subChannelId: String): Completable
Link copied to clipboard
fun softDeleteSubChannel(subChannelId: String): Completable
Link copied to clipboard
fun startMessageReceiptSync(subChannelId: String): Completable
Link copied to clipboard
fun startReading(subChannelId: String)
Link copied to clipboard
fun stopMessageReceiptSync(subChannelId: String): Completable
Link copied to clipboard
fun stopReading(subChannelId: String)
Link copied to clipboard
fun updateSubChannel(subChannelId: String, displayName: String): Completable