SendEventRequest

Types

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

Properties

Link copied to clipboard

Application-defined metadata to attach to the event sent to clients. The maximum length of the metadata is 1 KB total.

Link copied to clipboard

Application-defined name of the event to send to clients.

Link copied to clipboard

Identifier of the room to which the event will be sent. Currently this must be an ARN.

Functions

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