Click or drag to resize

ServiceName Enumeration

Version 86.0.240
The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.

Namespace:  CefSharp.DevTools.BackgroundService
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum ServiceName
Members
  Member nameValueDescription
BackgroundFetch0 backgroundFetch
BackgroundSync1 backgroundSync
PushMessaging2 pushMessaging
Notifications3 notifications
PaymentHandler4 paymentHandler
PeriodicBackgroundSync5 periodicBackgroundSync
See Also