android.net.sip
Class SipSession.State
java.lang.Object
android.net.sip.SipSession.State
- Enclosing class:
- SipSession
public static class SipSession.State
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READY_TO_CALL
public static final int READY_TO_CALL
- See Also:
- Constant Field Values
REGISTERING
public static final int REGISTERING
- See Also:
- Constant Field Values
DEREGISTERING
public static final int DEREGISTERING
- See Also:
- Constant Field Values
INCOMING_CALL
public static final int INCOMING_CALL
- See Also:
- Constant Field Values
INCOMING_CALL_ANSWERING
public static final int INCOMING_CALL_ANSWERING
- See Also:
- Constant Field Values
OUTGOING_CALL
public static final int OUTGOING_CALL
- See Also:
- Constant Field Values
OUTGOING_CALL_RING_BACK
public static final int OUTGOING_CALL_RING_BACK
- See Also:
- Constant Field Values
OUTGOING_CALL_CANCELING
public static final int OUTGOING_CALL_CANCELING
- See Also:
- Constant Field Values
IN_CALL
public static final int IN_CALL
- See Also:
- Constant Field Values
PINGING
public static final int PINGING
- See Also:
- Constant Field Values
NOT_DEFINED
public static final int NOT_DEFINED
- See Also:
- Constant Field Values
toString
public static String toString(int state)
Copyright © 2008-2012. All Rights Reserved.