Enum Class PresenceBasicStatus

java.lang.Object
java.lang.Enum<PresenceBasicStatus>
org.linphone.core.PresenceBasicStatus
All Implemented Interfaces:
Serializable, Comparable<PresenceBasicStatus>, Constable

public enum PresenceBasicStatus extends Enum<PresenceBasicStatus>
Basic status as defined in section 4.1.4 of RFC 3863.

  • Enum Constant Details

    • Open

      public static final PresenceBasicStatus Open
      This value means that the associated contact element, if any, is ready to
      accept communication.

    • Closed

      public static final PresenceBasicStatus Closed
      This value means that the associated contact element, if any, is unable to
      accept communication.

  • Field Details

    • mValue

      protected final int mValue
  • Method Details