InvalidEventReason
public enum InvalidEventReason
The underlying reason the event is invalid.
-
The
Event.eventIDcannot be URL-quoted.Declaration
Swift
case invalidEventID -
The
Event.propertiesis not a valid JSON dictionary.Declaration
Swift
case invalidJSONProperties -
An
$unsetevent has empty or nilEvent.properties.Declaration
Swift
case unsetEventWithEmptyProperties
View on GitHub
Install in Dash
InvalidEventReason Enumeration Reference