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