Search


Search something to see results

SendMode

These modes determine how the RumController will handle the given data.

Override - Only send the value for the given key if it changed or was not sent yet. (Default behaviour) Append - Concatinate existing unsent data and the given value to send listed values. Force - Send the value even if it did not change in comparison to previosly sent values. Once - Only send this value if nothing was tracked for this value before.

Index

Enumeration Members

Enumeration Members

Append: "append"
Force: "force"
Once: "once"
Override: "override"