Class VCard.Image
- java.lang.Object
-
- rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the mime type of the photo, e.g. image/png.URI
getUri()
Gets the URI to an external photo.byte[]
getValue()
Gets the photo as byte array.
-