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 contentmeta data. You register a classifier with WebActivityRegisterClassifier and the framework will call your WebActivityClassifierInterface functions to classify content. Additionally your HTTP request data. Your classifier can query the HTTP content request data using WebActivityRequestContextData.

...