public final class

ServiceStateEnum

extends StringEnum
implements Parcelable
java.lang.Object
   ↳ com.cisco.telephony.SEnum
     ↳ com.cisco.telephony.StringEnum
       ↳ com.cisco.telephony.ServiceStateEnum

Class Overview

Enumerates service states.

Summary

Constants
ServiceStateEnum IDLE Indicates that device is in idle state and in the process of registering to Cisco Unified Communication manager
ServiceStateEnum INS State indicates that device is in service state.
ServiceStateEnum OOS Indicates that device is out of service state.
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
ServiceStateEnum()
ServiceStateEnum(Parcel in)
[Expand]
Inherited Methods
From class com.cisco.telephony.StringEnum
From class com.cisco.telephony.SEnum
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final ServiceStateEnum IDLE

Indicates that device is in idle state and in the process of registering to Cisco Unified Communication manager

public static final ServiceStateEnum INS

State indicates that device is in service state. This indicates that device is registered to Cisco Unified Communication manager or SRST

public static final ServiceStateEnum OOS

Indicates that device is out of service state.

Public Constructors

public ServiceStateEnum ()

public ServiceStateEnum (Parcel in)