public final class AvatarUpdate extends Object
<x/> element in the vcard-temp:x:update namespace.| Constructor and Description |
|---|
AvatarUpdate()
Creates an empty avatar update element to indicate, we are not yet ready to advertise an image.
|
AvatarUpdate(String hash)
Creates an avatar update element with a hash value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHash()
Gets the SHA-1 hash value of the avatar (hex encoded).
|
public AvatarUpdate()
public AvatarUpdate(String hash)
hash - The hash.public String getHash()
Copyright © 2014 XMPP.rocks. All rights reserved.