Photon Plugins API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Hive.Plugin.IRaiseEventCallInfo Interface Reference

Base interface of argument passed to OnRaiseEvent plugin callback. More...

Inheritance diagram for Photon.Hive.Plugin.IRaiseEventCallInfo:
Photon.Hive.Plugin.ITypedCallInfo< IRaiseEventRequest >

Public Member Functions

void Cancel ()
 Silently skips processing. The Op RaiseEvent is ignored. More...
 
void Defer ()
 Processing of the call is deferred and plugin is nolonger interrupted. More...
 

Properties

int ActorNr [get]
 Number of the actor triggering the callback call. More...
 
- Properties inherited from Photon.Hive.Plugin.ITypedCallInfo< IRaiseEventRequest >
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 OnRaiseEvent plugin callback.

Member Function Documentation

◆ Cancel()

void Photon.Hive.Plugin.IRaiseEventCallInfo.Cancel ( )

Silently skips processing. The Op RaiseEvent is ignored.

◆ Defer()

void Photon.Hive.Plugin.IRaiseEventCallInfo.Defer ( )

Processing of the call is deferred and plugin is nolonger interrupted.

Property Documentation

◆ ActorNr

int Photon.Hive.Plugin.IRaiseEventCallInfo.ActorNr
get

Number of the actor triggering the callback call.