Companion
object Companion
Functions
Link copied to clipboard
Clones and returns a new instance of given GroupChannel
Link copied to clipboard
fun compareTo(c1: GroupChannel?, c2: GroupChannel?, queryOrder: GroupChannelListQueryOrder?, sortOrder: SortOrder): Int
Compares two given channels and returns 0, -1 or 1 depending on their comparison results.
Link copied to clipboard
Creates GroupChannel
with GroupChannelCreateParams.
Link copied to clipboard
fun createDistinctChannelIfNotExist(params: GroupChannelCreateParams, handler: GroupChannelCreateDistinctChannelIfNotExistHandler?)
Creates distinct GroupChannel
with GroupChannelCreateParams. When this method is executed, GroupChannelCreateParams.isDistinct will be ignored.
Link copied to clipboard
Creates a query instance to get members.
Link copied to clipboard
Creates a query instance to get GroupChannels the current User has joined.
Link copied to clipboard
fun createPublicGroupChannelListQuery(params: PublicGroupChannelListQueryParams): PublicGroupChannelListQuery
Creates a query instance to get public GroupChannel
s.
Link copied to clipboard
Gets a GroupChannel with given channel URL.