Repo created
This commit is contained in:
parent
c7f60b13d1
commit
e465363d01
120 changed files with 5776 additions and 2 deletions
|
|
@ -0,0 +1,8 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue