library / io.getstream.chat.android.livedata.usecase / CreateChannel

CreateChannel

interface CreateChannel

Functions

invoke

Creates a new channel. Will retry according to the retry policy if it fails

abstract operator fun invoke(channel: Channel): Call2<Channel>

Inheritors

CreateChannelImpl

class CreateChannelImpl : CreateChannel