Recipient

sealed class Recipient

The recipient of a custom app message.

Inheritors

Types

Link copied to clipboard
object All : Recipient

Send the message to all participants.

Link copied to clipboard
data class Participant(val id: ParticipantId) : Recipient

Send the message to a specific participant.