Unhide SIP API.

Change-Id: I09468e3149a242a3b1e085ad220eb74f84ac6c68
This commit is contained in:
Hung-ying Tyan
2010-09-16 04:11:32 +08:00
parent 26cb01e880
commit 08faac3c26
10 changed files with 2170 additions and 144 deletions

View File

@@ -19,10 +19,9 @@ package android.net.sip;
/**
* Defines error code returned in
* {@link SipRegistrationListener#onRegistrationFailed},
* {@link ISipSessionListener#onError},
* {@link ISipSessionListener#onCallChangeFailed} and
* {@link ISipSessionListener#onRegistrationFailed}.
* @hide
* {@link SipSession.Listener#onError},
* {@link SipSession.Listener#onCallChangeFailed} and
* {@link SipSession.Listener#onRegistrationFailed}.
*/
public class SipErrorCode {
/** Not an error. */