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

CreateChannelImpl

class CreateChannelImpl : CreateChannel

Constructors

<init>

CreateChannelImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

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

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