Candidate

data class Candidate

A candidate to receive an invitation.

This class contains the information about one specific candidate who received an Invitation associated with a given ConferenceEntry, such as their username and how the invitation ended.

Types

Link copied to clipboard
enum InvitationResult : Enum<Candidate.InvitationResult>

Invitation result related to this candidate:

Properties

Link copied to clipboard
val invitationResult: Candidate.InvitationResult

Result of the invitation made to this candidate.

Link copied to clipboard
val participant: Participant

Candidate's information.