ChannelMembership

The details of a channel member.

Types

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

Properties

Link copied to clipboard

The ARN of the member's channel.

Link copied to clipboard

The time at which the channel membership was created.

Link copied to clipboard

The identifier of the member who invited another member.

Link copied to clipboard

The time at which a channel membership was last updated.

Link copied to clipboard

The data of the channel member.

Link copied to clipboard

The membership type set for the channel member.

Functions

Link copied to clipboard
inline fun copy(block: ChannelMembership.Builder.() -> Unit = {}): ChannelMembership
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