com.skype.api
Class Contact.GetAvatarResult

java.lang.Object
  extended by com.skype.api.Contact.GetAvatarResult
Enclosing class:
Contact

public class Contact.GetAvatarResult
extends java.lang.Object


Field Summary
 byte[] avatar
          
- true: the Contact has a custom avatar image
- false: the Contact does not have a custom avatar image
 boolean present
           
 
Constructor Summary
Contact.GetAvatarResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

present

public boolean present

avatar

public byte[] avatar

- true: the Contact has a custom avatar image
- false: the Contact does not have a custom avatar image

Constructor Detail

Contact.GetAvatarResult

public Contact.GetAvatarResult()


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.