-
Notifications
You must be signed in to change notification settings - Fork 2
ParticipantUnblindedEvent
Ajša Terko edited this page Aug 7, 2025
·
1 revision
Getter for the participant field.
-
Participant- Represents the participant that has been unblinded.
func onParticipantUnblinded(_ participantUnblindedEvent: ParticipantUnblindedEvent) {
os_log("Participant %@ has been unblinded.", participantUnblindedEvent.participant.endpoint.identifier())
}