public class Account extends Object implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Account> |
CREATOR |
| Constructor and Description |
|---|
Account(tigase.jaxmpp.core.client.BareJID jid,
boolean connected) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
tigase.jaxmpp.core.client.BareJID |
getJid() |
boolean |
isConnected() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Account> CREATOR
public int describeContents()
describeContents in interface android.os.Parcelablepublic tigase.jaxmpp.core.client.BareJID getJid()
public boolean isConnected()
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelableCopyright © 2019. All rights reserved.