1 18 19 20 package sync4j.framework.notification; 21 22 23 30 public final class NotificationConstants { 31 32 33 public static final int AUTH_METHOD_NETWPIN = 0; 34 public static final int AUTH_METHOD_USERPIN = 1; 35 public static final int AUTH_METHOD_USERNETWPIN = 2; 36 public static final int AUTH_METHOD_USERPINMAC = 3; 37 38 39 40 public static final int MESSAGE_TYPE_BOOTSTRAP_WAP = 0; 41 42 43 public static final int MESSAGE_TYPE_BOOTSTRAP_PLAIN = 1; 44 45 46 public static final int MESSAGE_TYPE_NOTIFICATION_GENERIC = 2; 47 48 49 public static final int TRANSPORT_TYPE_WAP = 0; 50 51 } | Popular Tags |