TapSDK Unity
Properties | List of all members
TapTap.Friends.TDSFriendStatusChangedDelegate Class Reference

The delegate for friend module. More...

Properties

Action< TDSFriendshipRequestOnNewRequestComing [get, set]
 Occurs when somebody adds you. More...
 
Action< TDSFriendshipRequestOnRequestAccepted [get, set]
 Occurs when somebody accepts your request. More...
 
Action< TDSFriendshipRequestOnRequestDeclined [get, set]
 Occurs when somebody declines your request. More...
 
Action< TDSFriendInfoOnFriendAdd [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...
 

Detailed Description

The delegate for friend module.

Property Documentation

◆ OnConnected

Action TapTap.Friends.TDSFriendStatusChangedDelegate.OnConnected
getset

Occurs when the connection is connected.

◆ OnConnectionError

Action<int, string> TapTap.Friends.TDSFriendStatusChangedDelegate.OnConnectionError
getset

Occurs when the connection receives error.

◆ OnDisconnected

Action TapTap.Friends.TDSFriendStatusChangedDelegate.OnDisconnected
getset

Occurs when the connection is disconnected and SDK will reconnect.

◆ OnFriendAdd

Action<TDSFriendInfo> TapTap.Friends.TDSFriendStatusChangedDelegate.OnFriendAdd
getset

Occurs when somebody becomes your friend.

◆ OnFriendOffline

Action<string> TapTap.Friends.TDSFriendStatusChangedDelegate.OnFriendOffline
getset

Occurs when your friend is offline.

◆ OnFriendOnline

Action<string> TapTap.Friends.TDSFriendStatusChangedDelegate.OnFriendOnline
getset

Occurs when your friend is online.

◆ OnNewRequestComing

Action<TDSFriendshipRequest> TapTap.Friends.TDSFriendStatusChangedDelegate.OnNewRequestComing
getset

Occurs when somebody adds you.

◆ OnRequestAccepted

Action<TDSFriendshipRequest> TapTap.Friends.TDSFriendStatusChangedDelegate.OnRequestAccepted
getset

Occurs when somebody accepts your request.

◆ OnRequestDeclined

Action<TDSFriendshipRequest> TapTap.Friends.TDSFriendStatusChangedDelegate.OnRequestDeclined
getset

Occurs when somebody declines your request.

◆ OnRichPresenceChanged

Action<string, Dictionary<string, string> > TapTap.Friends.TDSFriendStatusChangedDelegate.OnRichPresenceChanged
getset

Occurs when the rich presences of your friend changes.


The documentation for this class was generated from the following file: