docs: revise javadocs for sip

add a package description, revise class descriptions and edit some method docs

Change-Id: Ice969a99c830349674c65d99e4b7a6f1d2f24a7e
This commit is contained in:
Scott Main
2010-10-22 11:29:57 -07:00
parent 3d40cd5055
commit 02b1d685cc
8 changed files with 118 additions and 69 deletions

View File

@@ -17,11 +17,11 @@
package android.net.sip;
/**
* Defines error code returned in
* {@link SipRegistrationListener#onRegistrationFailed},
* {@link SipSession.Listener#onError},
* {@link SipSession.Listener#onCallChangeFailed} and
* {@link SipSession.Listener#onRegistrationFailed}.
* Defines error codes returned during SIP actions. For example, during
* {@link SipRegistrationListener#onRegistrationFailed onRegistrationFailed()},
* {@link SipSession.Listener#onError onError()},
* {@link SipSession.Listener#onCallChangeFailed onCallChangeFailed()} and
* {@link SipSession.Listener#onRegistrationFailed onRegistrationFailed()}.
*/
public class SipErrorCode {
/** Not an error. */