puppeteer/new-docs/puppeteer.protocol.backgroundservice.servicename.md
2020-07-13 14:01:35 +01:00

14 lines
716 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [BackgroundService](./puppeteer.protocol.backgroundservice.md) &gt; [ServiceName](./puppeteer.protocol.backgroundservice.servicename.md)
## Protocol.BackgroundService.ServiceName type
The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.
<b>Signature:</b>
```typescript
export type ServiceName = ('backgroundFetch' | 'backgroundSync' | 'pushMessaging' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync');
```