pjsip_event_id_e class abstract
Event IDs.
Constructors
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_EVENT_RX_MSG → const int
- Message received event.
- PJSIP_EVENT_TIMER → const int
- Timer event, normally only used internally in transaction.
- PJSIP_EVENT_TRANSPORT_ERROR → const int
- Transport error event.
- PJSIP_EVENT_TSX_STATE → const int
- Transaction state changed event.
- PJSIP_EVENT_TX_MSG → const int
- Message transmission event.
- PJSIP_EVENT_UNKNOWN → const int
- Unidentified event.
- PJSIP_EVENT_USER → const int
- Indicates that the event was triggered by user action.