Version 130.1.90
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.BackgroundServiceAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.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