public final class

ServiceCauseEnum

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

Class Overview

Enumerates out of service causes.

Summary

Constants
ServiceCauseEnum FAILOVER Fail over to a backup call server is going on.
ServiceCauseEnum FALLBACK Fallback to preferable call server is going on.
ServiceCauseEnum LOGOUT_RESET Reset is going on.
ServiceCauseEnum NONE No reason.
ServiceCauseEnum REG_ALL_FAILED Attempts to register with all call servers failed.
ServiceCauseEnum SHUTDOWN Shutdown because the controlling application asked us to.
ServiceCauseEnum UNREG_ALL Unregistered because the controlling application asked us to unregister.
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
ServiceCauseEnum()
ServiceCauseEnum(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 ServiceCauseEnum FAILOVER

Fail over to a backup call server is going on.

public static final ServiceCauseEnum FALLBACK

Fallback to preferable call server is going on.

public static final ServiceCauseEnum LOGOUT_RESET

Reset is going on.

public static final ServiceCauseEnum NONE

No reason.

public static final ServiceCauseEnum REG_ALL_FAILED

Attempts to register with all call servers failed.

public static final ServiceCauseEnum SHUTDOWN

Shutdown because the controlling application asked us to.

public static final ServiceCauseEnum UNREG_ALL

Unregistered because the controlling application asked us to unregister.

Public Constructors

public ServiceCauseEnum ()

public ServiceCauseEnum (Parcel in)