Uses of Class
it.gotoandplay.smartfoxclient.data.Buddy

Packages that use Buddy
it.gotoandplay.smartfoxclient   
 

Uses of Buddy in it.gotoandplay.smartfoxclient
 

Fields in it.gotoandplay.smartfoxclient with type parameters of type Buddy
 java.util.List<Buddy> SmartFoxClient.buddyList
          A List containing Buddy objects representing each buddy of the user's buddy list.
 

Methods in it.gotoandplay.smartfoxclient that return Buddy
 Buddy SmartFoxClient.getBuddyById(int id)
          Get a buddy from the buddy list, using the user id as key.
 Buddy SmartFoxClient.getBuddyByName(java.lang.String buddyName)
          Get a buddy from the buddy list, using the buddy's username as key.
 

Methods in it.gotoandplay.smartfoxclient with parameters of type Buddy
 void SmartFoxClient.getBuddyRoom(Buddy buddy)
          Request the room id(s) of the room(s) where a buddy is currently located into.