Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The WebActivity API primarily provides functions for classifying HTTP meta datarequests. You register a classifier with WebActivityRegisterClassifier and the framework will call your WebActivityClassifierInterface functions to classify HTTP the request data. Your classifier can query the HTTP request data using WebActivityRequestContextData.

...