pjsip_evsub_state class abstract

This enumeration describes basic subscription state as described in the RFC 3265. The standard specifies that extensions may define additional states. In the case where the state is not known, the subscription state will be set to PJSIP_EVSUB_STATE_UNKNOWN, and the token will be kept in state_str member of the susbcription structure.

Constructors

pjsip_evsub_state()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

PJSIP_EVSUB_STATE_ACCEPTED → const int
< 2xx response to SUBSCRIBE has been sent/received.
PJSIP_EVSUB_STATE_ACTIVE → const int
< Subscription is active.
PJSIP_EVSUB_STATE_NULL → const int
< State is NULL.
PJSIP_EVSUB_STATE_PENDING → const int
< Subscription is pending.
PJSIP_EVSUB_STATE_SENT → const int
< Client has sent SUBSCRIBE request.
PJSIP_EVSUB_STATE_TERMINATED → const int
< Subscription is terminated.
PJSIP_EVSUB_STATE_UNKNOWN → const int
< Subscription state can not be determined. Application can query the state by calling #pjsip_evsub_get_state_name().