Version 87.1.132
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: 87.1.132.0 (87.1.132.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