Syntax
Members
entity PFEntityKey const*may be nullptr Entity associated with the event. If null, the event will apply to the calling entity.
eventNamespace const char*is null-terminated The namespace in which the event is defined.
name const char*is null-terminated The name of the event.
clientId const char*is null-terminated Client assigned identifier associated with event. Not required but may be useful for tracking or tracing. If a clientId is not provided, the SDK will automatically assign one.
payloadJson const char*is null-terminated Arbitrary JSON data associated with the event.
