Interface BackgroundService


public interface BackgroundService
Defines events for background web platform features.
  • Method Details

    • clearEvents

      void clearEvents(ServiceName service)
      Clears all stored data for the service.
    • setRecording

      void setRecording(Boolean shouldRecord, ServiceName service)
      Set the recording state for the service.
    • startObserving

      void startObserving(ServiceName service)
      Enables event updates for the service.
    • stopObserving

      void stopObserving(ServiceName service)
      Disables event updates for the service.