package com.quickblox.sample.pushnotifications.utils; public interface Consts { String USER_LOGIN_FIELD_NAME = "user_login"; String USER_PASSWORD_FIELD_NAME = "user_password"; String SAMPLE_CONFIG_FILE_NAME = "sample_config.json"; }