This container class is used to store per-participant state information.
| Name | |
|---|---|
| ArrayList | mParticipantListeners |
| bool | mNotifiedPartCreate |
ArrayList mParticipantListeners = new ArrayList();
bool mNotifiedPartCreate = false;
Updated on 2023-03-31 at 15:30:12 +0100