Class Constants
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.Constants
Notifications microservice constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBancofar backoffice.static final intCore backoffice.static final StringDefault user language.static final StringMessage error when ANDROID device not found.static final Stringheader key for otp.static final Stringheader otp validated.static final Stringuser agent internal header attribute.static final Stringuser ip internal header attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_LANGUAGE
Default user language.- See Also:
-
FCM_ERROR_DEVICE_NOT_FOUND
Message error when ANDROID device not found.- See Also:
-
HEADER_OTP
header key for otp.- See Also:
-
OTP_VALIDATED
header otp validated.- See Also:
-
BACKOFFICE_KUKEN
public static final int BACKOFFICE_KUKENCore backoffice.- See Also:
-
BACKOFFICE_KB
Bancofar backoffice.- See Also:
-
USER_IP_HEADER
user ip internal header attribute.- See Also:
-
USER_AGENT
user agent internal header attribute.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-