-
- All Implemented Interfaces:
public final class EventPropertiesProperties of a Permutive event.
EventProperties are immutable.
Each property name must be made up of the characters in the set (a-z0-9_).
Each property value must from the type: (Boolean, Int, Long, Float, Double, String, Date, EventProperties) or from a list variant of this set (i.e. List<Boolean>, List<Int>, ... )
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventProperties.BuilderBuilds an EventProperties object.
public classEventProperties.Companion
-