-
- 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.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description backgroundFetchbackgroundSyncpushMessagingnotificationspaymentHandlerperiodicBackgroundSync
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-