-
public final class GridChildData
-
-
Field Summary
Fields Modifier and Type Field Description private final DyteMeetingParticipantparticipantprivate final Integerspanprivate final GridViewTypetype
-
Constructor Summary
Constructors Constructor Description GridChildData(DyteMeetingParticipant participant, Integer span, GridViewType type)
-
Method Summary
Modifier and Type Method Description final DyteMeetingParticipantgetParticipant()final IntegergetSpan()final GridViewTypegetType()-
-
Constructor Detail
-
GridChildData
GridChildData(DyteMeetingParticipant participant, Integer span, GridViewType type)
-
-
Method Detail
-
getParticipant
final DyteMeetingParticipant getParticipant()
-
getType
final GridViewType getType()
-
-
-
-