public class SipProfile extends Object implements Parcelable, Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
SipProfile.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<SipProfile> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
String |
getAuthUserName() |
boolean |
getAutoRegistration() |
String |
getDisplayName() |
String |
getPassword() |
int |
getPort() |
String |
getProfileName() |
String |
getProtocol() |
String |
getProxyAddress() |
boolean |
getSendKeepAlive() |
String |
getSipDomain() |
String |
getUriString() |
String |
getUserName() |
void |
writeToParcel(Parcel out,
int flags) |
public static final Parcelable.Creator<SipProfile> CREATOR
public void writeToParcel(Parcel out, int flags)
writeToParcel in interface Parcelablepublic int describeContents()
describeContents in interface Parcelablepublic String getUriString()
public String getDisplayName()
public String getUserName()
public String getAuthUserName()
public String getPassword()
public String getSipDomain()
public int getPort()
public String getProtocol()
public String getProxyAddress()
public String getProfileName()
public boolean getSendKeepAlive()
public boolean getAutoRegistration()
Copyright © 2008-2013. All Rights Reserved.