java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.salesforce.android.sos.api.SosHoldState |
Enumeration for all possible session hold states.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SosHoldState | HoldAgent | The Agent has pressed their HOLD button and the user has NOT pressed their HOLD button. | |||||||||
SosHoldState | HoldBoth | Both the User and the Agent have pressed their HOLD buttons. | |||||||||
SosHoldState | HoldUser | The User has pressed their HOLD button and the Agent has NOT pressed their HOLD button. | |||||||||
SosHoldState | NoHold | Neither the User or the Agent have their HOLD buttons pressed. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SosHoldState | valueOf(String name) | ||||||||||
final static SosHoldState[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The Agent has pressed their HOLD button and the user has NOT pressed their HOLD button.
Both the User and the Agent have pressed their HOLD buttons.
The User has pressed their HOLD button and the Agent has NOT pressed their HOLD button.
Neither the User or the Agent have their HOLD buttons pressed.