enum Protocol::BackgroundService::ServiceName
Overview
The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.
Defined in:
protocol/background_service.crEnum Members
-
BackgroundFetch =
0
-
BackgroundSync =
1
-
PushMessaging =
2
-
Notifications =
3
-
PaymentHandler =
4
-
PeriodicBackgroundSync =
5
Instance Method Summary
- #background_fetch?
- #background_sync?
- #notifications?
- #payment_handler?
- #periodic_background_sync?
- #push_messaging?