Skip to main content

MmkvConstants

object MmkvConstants

Description: mmkv constant pool

object MmkvConstants {
const val IP = "IP"
const val IS_MOCK_DEVICE = "isMockDevice"
const val IS_USE_DEBUG_DATA_FOR_APP = "isUseDebugDataForApp"

/**
*
* weather english
*/
const val IS_ENGLISH = "is_english"

/**
* hardware info
*/
const val SHOW_HARDWARE_INFO = "show_hardware_info"

/**
* connected with internet
*/
const val IS_CONNECTED = "is_connected"

/**
* drone version
*/
const val DRONE_VERSION = "drone_version"

/**
* drones list
*/
const val DRONES_LIST_DISPLAY = "drones_list_display"

/**
* platform selection
*/
const val PLATFORM_SELECT = "platform_select"

/**
* systrace
*/
const val DURATION_SYSTRACE = "duration_systrace"

/**
* control
*/
const val REPORT_CONTROL = "report_control"

/**
* gimbal device type index
*/
const val GIMBAL_DEVICE_TYPE_INDEX = "gimbal_device_type_index"

/**
* gimbal device type
*/
const val GIMBAL_DEVICE_TYPE = "gimbal_device_type"

/**
* OTA version of remote
*/
const val REMOTE_VERSION_OTA = "remote_version_ota"

/**
* drone OTA version
*/
const val DRONE_VERSION_OTA = "drone_version_ota"

/**
* country code
*/
const val DRONE_COUNTRY_CODE = "drone_country_code"

/**
* drone upgrade url
*/
const val DRONE_UPGRADE_AREA_URL_INDEX = "drone_upgrade_area_url_index"

/**
* drone upgrade area url
*/
const val DRONE_UPGRADE_AREA_URL = "drone_upgrade_area_url"

/**
* last prompt time
*/
const val LAST_PROMPT_TIME = "last_prompt_time"

/**
* last app prompt time
*/
const val LAST_APP_PROMPT_TIME = "last_app_prompt_time"

/**
* drone is regirsted or not
*/
const val DRONE_SN_REGISTERED = "drone_sn_registered"

/**
* remote is registered or not
*/
const val REMOTE_SN_REGISTERED = "remote_sn_registered"
}