Click or drag to resize

SoftGear.Strix.Unity.Runtime.Event Namespace

 
Classes
  ClassDescription
Public classFailureEventArgs
Failure event arguments.
Public classJoinRandomRoomEventArgs
Provides data for the JoinRandomRoomEventHandler event handler.
Public classRoomCreateEventArgs
Provides data for the RoomCreateEventHandler event handler.
Public classRoomDeleteEventArgs
Provides data for the RoomDeleteEventHandler event handler.
Public classRoomDirectRelayEventArgs
Provides data for the RoomDirectRelayEventHandler event handler.
Public classRoomJoinEventArgs
Provides data for the RoomJoinEventHandler event handler.
Public classRoomLeaveEventArgs
Provides data for the RoomLeaveEventHandler event handler.
Public classRoomMemberGetEventArgs
Provides data for the RoomMemberGetEventHandler event handler.
Public classRoomMemberKickEventArgs
Provides data for the RoomMemberKickEventHandler event handler.
Public classRoomMemberSetEventArgs
Provides data for the RoomMemberSetEventHandler event handler.
Public classRoomRelayEventArgs
Provides data for the RoomRelayEventHandler event handler.
Public classRoomSearchEventArgs
Provides data for the RoomSearchEventHandler event handler.
Public classRoomSetEventArgs
Provides data for the RoomSetEventHandler event handler.
Public classRpcSuccessEventArgs
Provides data for the RpcSuccessEventHandler event handler.
Public classStrixNetworkCloseEventArgs
Provides data for the StrixNetworkCloseEventHandler event handler.
Public classStrixNetworkConnectEventArgs
Provides data for the StrixNetworkConnectEventHandler event handler.
Public classStrixNetworkConnectFailedEventArgs
Provides data for the StrixNetworkConnectFailedEventHandler event handler.
Public classStrixNetworkErrorEventArgs
Provides data for the StrixNetworkErrorEventHandler event handler.
Delegates
  DelegateDescription
Public delegateFailureEventHandler
Represents a method that executes when a request fails.
Public delegateJoinRandomRoomEventHandler
Represents a method that executes when joining a random room finishes successfully.
Public delegateRoomCreateEventHandler
Represents a method that executes when creating a room properties finishes successfully.
Public delegateRoomDeleteEventHandler
Represents a method that executes when deleting a room finishes successfully.
Public delegateRoomDirectRelayEventHandler
Represents a method that executes when sending a direct relay message to a room member finishes successfully.
Public delegateRoomJoinEventHandler
Represents a method that executes when joining a room finishes successfully.
Public delegateRoomLeaveEventHandler
Represents a method that executes when leaving a room finishes successfully.
Public delegateRoomMemberGetEventHandler
Represents a method that executes when getting room member information finishes successfully.
Public delegateRoomMemberKickEventHandler
Represents a method that executes when kicking a room member finishes successfully.
Public delegateRoomMemberSetEventHandler
Represents a method that executes when setting room member properties finishes successfully.
Public delegateRoomRelayEventHandler
Represents a method that executes when sending a room relay message finishes successfully.
Public delegateRoomSearchEventHandler
Represents a method that executes when a room search finishes successfully.
Public delegateRoomSetEventHandler
Represents a method that executes when changing room properties finishes successfully.
Public delegateRpcSuccessEventHandler
Represents a method that executes when an RPC call finishes successfully.
Public delegateStrixNetworkCloseEventHandler
An event handler for connection closing.
Public delegateStrixNetworkConnectEventHandler
Represents a method that executes when establishing a connection finishes successfully.
Public delegateStrixNetworkConnectFailedEventHandler
And event handler for connection establishment failure.
Public delegateStrixNetworkErrorEventHandler
An event handler for network errors.