| 
| Action< TDSFriendshipRequest >  | OnNewRequestComing [get, set] | 
|   | Occurs when somebody adds you.  More...
  | 
|   | 
| Action< TDSFriendshipRequest >  | OnRequestAccepted [get, set] | 
|   | Occurs when somebody accepts your request.  More...
  | 
|   | 
| Action< TDSFriendshipRequest >  | OnRequestDeclined [get, set] | 
|   | Occurs when somebody declines your request.  More...
  | 
|   | 
| Action< TDSFriendInfo >  | OnFriendAdd [get, set] | 
|   | Occurs when somebody becomes your friend.  More...
  | 
|   | 
| Action< string >  | OnFriendOnline [get, set] | 
|   | Occurs when your friend is online.  More...
  | 
|   | 
| Action< string >  | OnFriendOffline [get, set] | 
|   | Occurs when your friend is offline.  More...
  | 
|   | 
| Action< string, Dictionary< string, string > >  | OnRichPresenceChanged [get, set] | 
|   | Occurs when the rich presences of your friend changes.  More...
  | 
|   | 
| Action< int, string >  | OnConnectionError [get, set] | 
|   | Occurs when the connection receives error.  More...
  | 
|   | 
| Action  | OnConnected [get, set] | 
|   | Occurs when the connection is connected.  More...
  | 
|   | 
| Action  | OnDisconnected [get, set] | 
|   | Occurs when the connection is disconnected and SDK will reconnect.  More...
  | 
|   | 
The delegate for friend module.