Package 

Class ContextProperty

    • Constructor Detail

      • ContextProperty

        ContextProperty(Set<Property> properties, Boolean persistent, Collection<String> eventNames)
        Creates a customer context property
        Parameters:
        properties - properties, which will be added to events
        persistent - specifies will properties be persistent or not.
        eventNames - specifies with which events the properties will be sent
      • ContextProperty

        ContextProperty(Set<Property> properties, Boolean persistent)
        Creates a customer context property
        Parameters:
        properties - properties, which will be added to events
        persistent - specifies will properties be persistent or not.
      • ContextProperty

        ContextProperty(Set<Property> properties)
        Creates a customer context property
        Parameters:
        properties - properties, which will be added to events