public final class

CallPrivacyEnum

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

Class Overview

Enumerates call privacy states.

Summary

Constants
CallPrivacyEnum FULL Call should not be presented to the user at all.
CallPrivacyEnum NONE Call should be fully presented to the user.
CallPrivacyEnum PARTIAL Call should not be presented to the user.
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
CallPrivacyEnum()
CallPrivacyEnum(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 CallPrivacyEnum FULL

Call should not be presented to the user at all.

public static final CallPrivacyEnum NONE

Call should be fully presented to the user.

public static final CallPrivacyEnum PARTIAL

Call should not be presented to the user. However, the line state can indicate that there is a private call.

Public Constructors

public CallPrivacyEnum ()

public CallPrivacyEnum (Parcel in)