Beamable SDK
Public Member Functions | List of all members
Beamable.Api.Analytics.SampleCustomEvent Class Reference

Sample custom event. This subclasses the abstract class CoreEvent More...

Inheritance diagram for Beamable.Api.Analytics.SampleCustomEvent:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Api.Analytics.SampleCustomEvent:
Collaboration graph
[legend]

Public Member Functions

 SampleCustomEvent (string foo, string bar)
 Initializes a new instance of the SampleCustomEvent class. More...
 
- Public Member Functions inherited from Beamable.Api.Analytics.CoreEvent
 CoreEvent (string category, string eventName, IDictionary< string, object > eventParams)
 
void Serialize (JsonSerializable.IStreamSerializer s)
 Constructs a payload which represents this analytics event More...
 

Additional Inherited Members

- Public Attributes inherited from Beamable.Api.Analytics.CoreEvent
string eventName
 
string category
 
- Protected Attributes inherited from Beamable.Api.Analytics.CoreEvent
IDictionary< string, object > eventParams
 
- Properties inherited from Beamable.Api.Analytics.CoreEvent
string OpCode [get]
 
- Properties inherited from Beamable.Api.Analytics.IAnalyticsEvent
string OpCode [get]
 Gets the op code of the analytics event. More...
 

Detailed Description

Sample custom event. This subclasses the abstract class CoreEvent

Constructor & Destructor Documentation

◆ SampleCustomEvent()

Beamable.Api.Analytics.SampleCustomEvent.SampleCustomEvent ( string  foo,
string  bar 
)
inline

Initializes a new instance of the SampleCustomEvent class.

Parameters
fooFoo.
barBar.
valueIntegerValue integer.

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