Skip to content

ParticipantBlindedEvent

Ajša Terko edited this page Aug 7, 2025 · 1 revision



participant

Description

Getter for the participant field.

Returns

  • Participant - Represents the participant that has been blinded.

Example

func onParticipantBlinded(_ participantBlindedEvent: ParticipantBlindedEvent) {
    os_log("Participant %@ has been blinded.", participantBlindedEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally