android.net.sip
Class SipProfile
java.lang.Object
android.net.sip.SipProfile
- All Implemented Interfaces:
- Parcelable, Serializable, Cloneable
public class SipProfile
- extends Object
- implements Parcelable, Serializable, Cloneable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<SipProfile> CREATOR
writeToParcel
public void writeToParcel(Parcel out,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
getUriString
public String getUriString()
getDisplayName
public String getDisplayName()
getUserName
public String getUserName()
getAuthUserName
public String getAuthUserName()
getPassword
public String getPassword()
getSipDomain
public String getSipDomain()
getPort
public int getPort()
getProtocol
public String getProtocol()
getProxyAddress
public String getProxyAddress()
getProfileName
public String getProfileName()
getSendKeepAlive
public boolean getSendKeepAlive()
getAutoRegistration
public boolean getAutoRegistration()
Copyright © 2008-2012. All Rights Reserved.