Annotation Type TrackMessage

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String condition
      The condition to check.
      String message
      The track message to generate if the given condition is true.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] fields
      Only use the message if these fields are changed.
      TrackEvent[] on
      Specify the events on which to use this message.
      String tag
      Provide tag style if this message is a tag.
    • Element Detail

      • message

        String message
        The track message to generate if the given condition is true.
        Returns:
        the message
      • condition

        String condition
        The condition to check.
        Returns:
        the condition
      • on

        TrackEvent[] on
        Specify the events on which to use this message.
        Returns:
        the events
        Default:
        {}
      • tag

        String tag
        Provide tag style if this message is a tag.
        • success
        • warning
        • important
        • info
        Returns:
        the tag style name
        Default:
        ""
      • fields

        String[] fields
        Only use the message if these fields are changed.
        Returns:
        the field names
        Default:
        {""}