| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.chat.GroupChat.ParticipantStatus | |
Group chat participant status
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GroupChat.ParticipantStatus | CONNECTED | Participant is connected | |||||||||
| GroupChat.ParticipantStatus | DECLINED | Participant declined invitation | |||||||||
| GroupChat.ParticipantStatus | DEPARTED | Participant has departed | |||||||||
| GroupChat.ParticipantStatus | DISCONNECTED | Participant disconnected | |||||||||
| GroupChat.ParticipantStatus | FAILED | Participant status is failed | |||||||||
| GroupChat.ParticipantStatus | INVITED | Participant is invited | |||||||||
| GroupChat.ParticipantStatus | INVITE_QUEUED | Invite can not be sent, instead it has been queued | |||||||||
| GroupChat.ParticipantStatus | INVITING | Participant is about to be invited | |||||||||
| GroupChat.ParticipantStatus | TIMEOUT | Participant invitation has timed-out | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int | toInt() | ||||||||||
| static GroupChat.ParticipantStatus | valueOf(String name) | ||||||||||
| static GroupChat.ParticipantStatus | valueOf(int value) | ||||||||||
| final static ParticipantStatus[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Participant declined invitation
Participant disconnected
Participant status is failed
Invite can not be sent, instead it has been queued
Participant is about to be invited
Participant invitation has timed-out