public class ConnectionOptions
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionOptions.ContactInterfaceType |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ConnectionOptions> |
CREATOR |
| Constructor and Description |
|---|
ConnectionOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Parcelable interface
|
ConnectionOptions.ContactInterfaceType |
getContactInterface() |
int |
getTimeout() |
void |
setContactInterface(ConnectionOptions.ContactInterfaceType contactInterface) |
void |
setTimeout(int timeout) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<ConnectionOptions> CREATOR
public ConnectionOptions.ContactInterfaceType getContactInterface()
public void setContactInterface(ConnectionOptions.ContactInterfaceType contactInterface)
public int getTimeout()
public void setTimeout(int timeout)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int flags)
writeToParcel in interface android.os.Parcelablepublic java.lang.String toString()
toString in class java.lang.Object