User.SubscriptionHandler

User.SubscriptionHandler Delegate

Subscribe to receive events when users enter or leave the experience, or change their chat name.

Syntax

[Sansar.Script.Interface]
[System.Obsolete("Use subscription callbacks of type Action<Sansar.Simulation.UserData>", false)]
public delegate void User.SubscriptionHandler (string Action, Sansar.Script.SessionId User, string Data)

Parameters

Action
string action of the event: AddUser, RemoveUser
User
Sansar.Script.SessionId for the user.
Data
Deprecated.

Remarks

 

Requirements

Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.