Recipient

sealed class Recipient

The recipient of a custom app message.

Types

Link copied to clipboard
object All : Recipient

Send the message to all participants.

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

Send the message to a specific participant.

Inheritors

Link copied to clipboard
Link copied to clipboard