Photon Plugins API Documentation v5.0RC1

List of all members
Photon.Hive.Plugin.IBeforeJoinGameCallInfo Interface Reference

Base interface of argument passed to BeforeJoin callback. More...

Inheritance diagram for Photon.Hive.Plugin.IBeforeJoinGameCallInfo:
Photon.Hive.Plugin.ITypedCallInfo< IJoinGameRequest >

Additional Inherited Members

- Properties inherited from Photon.Hive.Plugin.ITypedCallInfo< IJoinGameRequest >
RequestType Request [get]
 
string UserId [get]
 User ID of the actor triggering the call. More...
 
string Nickname [get]
 NickName of the actor triggering the call. More...
 
object AuthResultsToken [get]
 
Dictionary< string, object > AuthCookie [get]
 AuthCookie of the actor triggering the call. More...
 

Detailed Description

Base interface of argument passed to BeforeJoin callback.