android.net.sip
Interface SipRegistrationListener


public interface SipRegistrationListener


Method Summary
 void onRegistering(String localProfileUri)
           
 void onRegistrationDone(String localProfileUri, long expiryTime)
           
 void onRegistrationFailed(String localProfileUri, int errorCode, String errorMessage)
           
 

Method Detail

onRegistering

void onRegistering(String localProfileUri)

onRegistrationDone

void onRegistrationDone(String localProfileUri,
                        long expiryTime)

onRegistrationFailed

void onRegistrationFailed(String localProfileUri,
                          int errorCode,
                          String errorMessage)


Copyright © 2008-2012. All Rights Reserved.