Channel

class Channel

The details of a channel.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of a channel.

Link copied to clipboard

The ARN of the channel flow.

Link copied to clipboard

The AppInstanceUser who created the channel.

Link copied to clipboard
val createdTimestamp: <Error class: unknown class>?

The time at which the AppInstanceUser created the channel.

Link copied to clipboard

The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.

Link copied to clipboard

Settings that control when a channel expires.

Link copied to clipboard
val lastMessageTimestamp: <Error class: unknown class>?

The time at which a member sent the last message in the channel.

Link copied to clipboard
val lastUpdatedTimestamp: <Error class: unknown class>?

The time at which a channel was last updated.

Link copied to clipboard

The channel's metadata.

Link copied to clipboard

The mode of the channel.

Link copied to clipboard
val name: String?

The name of a channel.

Link copied to clipboard

The channel's privacy setting.

Functions

Link copied to clipboard
inline fun copy(block: Channel.Builder.() -> Unit = {}): Channel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String