Roblox API Reference

EventIngestService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (4)

Type Member History
null SendEventDeferred (string target, string eventContext, string eventName, Dictionary additionalArgs) 573
null SendEventImmediately (string target, string eventContext, string eventName, Dictionary additionalArgs) 573
null SetRBXEvent (string target, string eventContext, string eventName, Dictionary additionalArgs) 573
null SetRBXEventStream (string target, string eventContext, string eventName, Dictionary additionalArgs) 573
57 members inherited from Instance

History

Members

SendEventDeferred On DevHub

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History

SendEventImmediately On DevHub

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History

SetRBXEvent On DevHub

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History

SetRBXEventStream On DevHub

Name Type Default
target string none
eventContext string none
eventName string none
additionalArgs Dictionary none

History