73 kFriendsChanged = 2000,
74 kSearchedUsersChanged,
89 kMooFriendsErrorNotLoggedIn = 2000,
90 kMooFriendsErrorUnspecifiedError
with id
Definition: moofriends.h:80
with id
Definition: moofriends.h:82
void(* mooFriendsCallback)(MooFriends *friends, mooInt operation, mooInt result, mooInt id, void *reference)
Definition: moofriends.h:24
with id
Definition: moofriends.h:78
new in the list with id
Definition: moofriends.h:81
virtual void setCallback(mooFriendsCallback callback, void *reference)=0
virtual void searchUsers(const mooChar *searchText)=0
with id, result 0: offline, 1 : online
Definition: moofriends.h:86
virtual const mooChar * getLastError()=0
for unspecified errors (see kMooFriendsErrorUnspecifiedError below), get error string ...
with id
Definition: moofriends.h:76
A MooFriend
Definition: moofriend.h:16
virtual MooFriend ** getSearchedUsers(mooInt &count)=0
MooFriend container and management
Definition: moofriends.h:32
new in the list with id
Definition: moofriends.h:77
virtual MooFriend ** getFriends(mooInt &count)=0
virtual MooFriend * getFriend(mooUInt iD)=0
get friend by ID
with id, result is message ID, see MooFriend getMessage ()
Definition: moofriends.h:84