Version 106.0.290
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: 106.0.290.0 (106.0.290.0)
Syntax public enum class ServiceName
Members
| Member name | Value | Description |
---|
| BackgroundFetch | 0 |
backgroundFetch
|
| BackgroundSync | 1 |
backgroundSync
|
| PushMessaging | 2 |
pushMessaging
|
| Notifications | 3 |
notifications
|
| PaymentHandler | 4 |
paymentHandler
|
| PeriodicBackgroundSync | 5 |
periodicBackgroundSync
|
See Also