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