Package 

Enum ServiceName

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ServiceName
    extends Enum<ServiceName>
                        

    The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.

    Official doc