Event¶
class Event : public Asset<AmEventID>
Amplitude Event Asset.
An event is used to apply a set of actions (synchronously or asynchronously) at a given time in the game.
This Event
class is only referenced through an EventCanceler
object and it is managed by the Engine
. Events can be triggered at runtime by using the Trigger()
method of the Engine
instance: