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.cr

Enum Members

BackgroundFetch = 0
BackgroundSync = 1
PushMessaging = 2
Notifications = 3
PaymentHandler = 4
PeriodicBackgroundSync = 5

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def background_fetch? #

[View source]
def background_sync? #

[View source]
def notifications? #

[View source]
def payment_handler? #

[View source]
def periodic_background_sync? #

[View source]
def push_messaging? #

[View source]