Skip to content

ParticipantUnblindedEvent

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 unblinded.

Example

func onParticipantUnblinded(_ participantUnblindedEvent: ParticipantUnblindedEvent) {
    os_log("Participant %@ has been unblinded.", participantUnblindedEvent.participant.endpoint.identifier())
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally