c2c-push/app/src/main/java/com/polar/nextcloudservices/Services/NotificationServiceComponents.java
2025-11-22 13:50:23 +01:00

8 lines
371 B
Java

package com.polar.nextcloudservices.Services;
public class NotificationServiceComponents {
public static final Integer SERVICE_COMPONENT_API = 0x1;
public static final Integer SERVICE_COMPONENT_CONNECTION = 0x2;
public static final Integer SERVICE_COMPONENT_NOTIFICATION_CONTROLLER = 0x3;
public static final Integer SERVICE_COMPONENT_WEBSOCKET = 0x4;
}