/** * Constants for Vivocha React Native SDK class */ export declare const PACKAGE_VERSION: any; export declare const PACKAGE_NAME: any; export declare const PACKAGE_DESCRIPTION: any; export declare const CONTACT_COLOR_WHITE = "white"; export declare const CONTACT_COLOR_YELLOW = "yellow"; export declare const CONTACT_COLOR_ORANGE = "orange"; export declare const CONTACT_COLOR_GREEN = "green"; export declare const CONTACT_COLOR_BLUE = "blue"; export declare const CONTACT_COLOR_PURPLE = "purple"; export declare const CONTACT_COLOR_RED = "red"; export declare const CONTACT_COLOR_DEFAULT = "red"; export declare const POSITION_TOP = 1; export declare const POSITION_MIDDLE = 2; export declare const POSITION_BOTTOM = 3; export declare const POSITION_SIDE_UP = 1; export declare const POSITION_SIDE_DOWN = 2; export declare const POSITION_SIDE_LEFT = 3; export declare const POSITION_SIDE_RIGHT = 4; export declare const THEME_ENABLED = "enabled"; export declare const THEME_DISABLED = "disabled"; export declare const THEME_CHAT_BACKGROUND_COLOR = "chatBackgroundColor"; export declare const THEME_CHAT_BACKGROUND_IMAGE = "chatBackgroundImage"; export declare const THEME_CHAT_BACKGROUND_NAME = "chatBackgroundName"; export declare const THEME_CHAT_BUBBLE_CORNER_RADIUS = "chatBubbleCornerRadius"; export declare const THEME_CHAT_BUBBLE_INCOMING_COLOR = "chatBubbleIncomingColor"; export declare const THEME_CHAT_BUBBLE_INCOMING_TEXT_COLOR = "chatBubbleIncomingTextColor"; export declare const THEME_CHAT_BUBBLE_OUTGOING_COLOR = "chatBubbleOutgoingColor"; export declare const THEME_CHAT_BUBBLE_OUTGOING_TEXT_COLOR = "chatBubbleOutgoingTextColor"; export declare const THEME_CHAT_INPUT_VIEW_BACKGROUND_COLOR = "chatInputViewBackgroundColor"; export declare const THEME_CHAT_INPUT_VIEW_TEXT_COLOR = "chatInputViewTextColor"; export declare const THEME_CHAT_LOADING_BACKGROUND_COLOR = "chatLoadingBackgroundColor"; export declare const THEME_CHAT_LOADING_SPINNER_COLOR = "chatLoadingSpinnerColor"; export declare const THEME_CHAT_LOADING_TEXT_COLOR = "chatLoadingTextColor"; export declare const THEME_CHAT_SEND_BUTTON_BACKGROUND_COLOR = "chatSendButtonBackgroundColor"; export declare const THEME_CHAT_SEND_BUTTON_TEXT_COLOR = "chatSendButtonTextColor"; export declare const THEME_CHAT_STATUS_TEXT_COLOR = "chatStatusTextColor"; export declare const THEME_CHAT_TOP_VIEW_BACKGROUND_COLOR = "chatTopViewBackgroundColor"; export declare const THEME_CHAT_TOP_VIEW_BUTTON_TEXT_COLOR = "chatTopViewButtonTextColor"; export declare const THEME_ENABLE_CHAT_VIEW_NAV_BAR_TRANSLUCENCY = "enableChatViewNavBarTranslucency"; export declare const THEME_SHOW_READ_RECEIPT_ON_CHAT_BUBBLE = "showReadReceiptOnChatBubble"; export declare const THEME_SHOW_RECEIPTS_ON_CHAT_BUBBLE = "showReceiptsOnChatBubble"; export declare const THEME_SIDE_BUTTON_BACKGROUND_COLOR = "sideButtonBackgroundColor"; export declare const THEME_SIDE_BUTTON_POSITION = "sideButtonPosition"; export declare const THEME_SIDE_BUTTON_SIDE = "sideButtonSide"; export declare const THEME_SIDE_BUTTON_TEXT = "sideButtonText"; export declare const THEME_SIDE_BUTTON_TEXT_COLOR = "sideButtonTextColor"; export declare const CONNECTION_STATE_DID_FAIL_AUTHENTICATION = 1; export declare const CONNECTION_STATE_CONNECTING = 2; export declare const CONNECTION_STATE_CONNECTED = 3; export declare const CONNECTION_STATE_DISCONNECTING = 4; export declare const CONNECTION_STATE_DISCONNECTED_WITH_TIMEOUT = 5; export declare const CONNECTION_STATE_DISCONNECTED_WITH_ERROR = 6; export declare const CONNECTION_STATE_DISCONNECTED = 7; export declare const CONNECTION_REASON_OK = 0; export declare const CONNECTION_REASON_TIMEOUT = 1; export declare const CONNECTION_REASON_ERROR = 2; export declare const CONNECTION_REASON_RECONNECTION_ERROR = 3; export declare const CONNECTION_REASON_ERROR_AUTH = 4; export declare const CONNECTION_REASON_GENERIC_ERROR = 5; export declare const CHAT_PRESENCE_TYPE_ONLINE = 1; export declare const CHAT_PRESENCE_TYPE_GONE = 2; export declare const CHAT_PRESENCE_TYPE_TRANSFER = 3; export declare const DATA_COLLECTION_FIELD_TYPE_TEXT = "text"; export declare const DATA_COLLECTION_FIELD_TYPE_DATE = "date"; export declare const DATA_COLLECTION_FIELD_TYPE_EMAIL = "email"; export declare const DATA_COLLECTION_FIELD_TYPE_LINK = "link"; export declare const DATA_COLLECTION_FIELD_TYPE_NICKNAME = "nickname"; export declare const DATA_COLLECTION_FIELD_TYPE_NUMBER = "number"; export declare const DATA_COLLECTION_FIELD_TYPE_PHONE = "phone"; export declare const DATA_COLLECTION_FIELD_TYPE_CHECKBOX = "checkbox"; export declare const DATA_COLLECTION_FIELD_TYPE_FIRSTNAME = "firstname"; export declare const DATA_COLLECTION_FIELD_TYPE_LASTNAME = "lastname"; export declare const CONTACT_MEDIA_TYPE_CHAT = 1; export declare const CONTACT_MEDIA_TYPE_VIDEO = 2; export declare const CONTACT_MEDIA_TYPE_AUDIO = 4; /** Agent */ export declare const AGENT = "agent"; /** Waiting for an agent */ export declare const AGENT_WAITING = "agent_waiting_message"; /** Transfer in progress */ export declare const AGENT_WAITING_TRANSFER = "agent_waiting_transfer_message"; /** is offline */ export declare const AGENT_ONLINE = "agent_online"; /** is online */ export declare const AGENT_OFFLINE = "agent_offline"; /** Connecting... */ export declare const CHAT_CONNECTING = "chat_connecting"; /** Live help */ export declare const UI_SIDE_TAB = "sidetab_text"; /** Minimize */ export declare const UI_BTN_MINIMIZE = "button_minimize"; /** End */ export declare const UI_BTN_CLOSE = "button_close"; /** Send */ export declare const UI_BTN_SEND = "button_send"; /** OK */ export declare const UI_ALERT_BTN_OK = "button_ok"; /** No */ export declare const UI_ALERT_BTN_NO = "button_no"; /** Cancel */ export declare const UI_ALERT_BTN_CANCEL = "button_cancel"; /** Location Service is Disabled */ export declare const UI_ALERT_LOCATION_SETTINGS_TITLE = "alert_location_settings_title"; /** To enable, please go to Settings and turn on Location Services. */ export declare const UI_ALERT_LOCATION_SETTINGS_MESSAGE = "alert_location_settings_message"; /** Settings */ export declare const UI_ALERT_LOCATION_SETTINGS_BTN_SETTINGS = "alert_location_settings_btn_settings"; /** Location Request */ export declare const UI_ALERT_LOCATION_AUTH_TITLE = "alert_location_request_title"; /** Do you want to allow the agent to see your location? */ export declare const UI_ALERT_LOCATION_AUTH_MESSAGE = "alert_location_request_message"; /** Screenshot Request */ export declare const UI_ALERT_SCREENSHOT_AUTH_TITLE = "alert_screenshot_request_title"; /** Do you want to allow the agent to see your screen? */ export declare const UI_ALERT_SCREENSHOT_AUTH_MESSAGE = "alert_screenshot_request_message"; /** The chat has been closed. Thank you. */ export declare const UI_ALERT_CHAT_CLEARED_MESSAGE = "alert_chat_cleared_message"; /** The chat is not currently available. */ export declare const UI_ALERT_CHAT_UNAVAILABLE_MESSAGE = "alert_chat_unavailable_message"; /** Retry */ export declare const UI_ALERT_CHAT_UNAVAILABLE_BTN_OK = "alert_chat_unavailable_button_ok"; /** End */ export declare const UI_ALERT_CHAT_UNAVAILABLE_BTN_CANCEL = "alert_chat_unavailable_button_cancel"; /** There was an error establishing the contact. Please try again later. */ export declare const UI_ALERT_CONTACT_CREATION_FAILURE_MESSAGE = "alert_contact_creation_failure_message"; /** Sorry */ export declare const UI_ALERT_CONTACT_DISSUASION_TITLE = "alert_contact_dissuasion_title"; /** There are no available agents at the moment. Please try again later. */ export declare const UI_ALERT_CONTACT_DISSUASION_MESSAGE = "alert_contact_dissuasion_message"; /** Incoming video call */ export declare const UI_ALERT_MEDIA_INCOMING_VIDEO_TITLE = "alert_media_incoming_video_title"; /** The agent wants to start a video call */ export declare const UI_ALERT_MEDIA_INCOMING_VIDEO_MESSAGE = "alert_media_incoming_video_message"; /** Incoming audio call */ export declare const UI_ALERT_MEDIA_INCOMING_AUDIO_TITLE = "alert_media_incoming_audio_title"; /** The agent wants to start an audio call */ export declare const UI_ALERT_MEDIA_INCOMING_AUDIO_MESSAGE = "alert_media_incoming_audio_message"; /** Accept */ export declare const UI_ALERT_MEDIA_OK = "alert_media_incoming_media_ok"; /** No, thanks */ export declare const UI_ALERT_MEDIA_NO = "alert_media_incoming_media_no"; /** Audio only */ export declare const UI_ALERT_MEDIA_AUDIO_ONLY = "alert_media_incoming_media_audio_only"; /** Rejected by the agent */ export declare const UI_MEDIA_AGENT_REJECT_MESSAGE = "alert_media_incoming_media_agentrejected_message"; /** Audio call in progress */ export declare const UI_MEDIA_AUDIO_IN_PROGRESS_MESSAGE = "alert_media_incoming_media_audioinprogress_message"; /** An error has occurred */ export declare const UI_MEDIA_ERROR_MESSAGE = "alert_media_incoming_media_error_message"; /** Waiting for the agent */ export declare const UI_MEDIA_WAITING_AGENT_MESSAGE = "alert_media_incoming_media_waitingagent_message"; /** Establishing connection... */ export declare const UI_MEDIA_CONNECTING_MESSAGE = "alert_media_incoming_media_connecting_message"; /** Send a photo */ export declare const UI_ATTACHMENT_CHOICE_TITLE = "button_attachment_choice_title"; /** Photo Library */ export declare const UI_ATTACHMENT_CAMERA_ROLL_BUTTON_TITLE = "button_attachment_camera_roll"; /** Take Photo */ export declare const UI_ATTACHMENT_CAMERA_TAKE_PHOTO_BUTTON_TITLE = "button_attachment_camera_take"; /** Take Video */ export declare const UI_ATTACHMENT_CAMERA_TAKE_VIDEO_BUTTON_TITLE = "button_attachment_camera_take_video"; /** Documents */ export declare const UI_ATTACHMENT_DOCUMENTS_BUTTON_TITLE = "button_attachment_documents"; /** Cancel */ export declare const UI_ATTACHMENT_CANCEL_BUTTON_TITLE = "button_attachment_cancel"; /** Do you want to try again? */ export declare const UI_ATTACHMENT_RESEND_ALERT_TITLE = "button_attachment_resend_alert_title"; /** Do you want to send the attachment? */ export declare const UI_ATTACHMENT_CONFIRM_ALERT_MESSAGE = "alert_attachment_confirm_message"; /** Resend */ export declare const UI_ATTACHMENT_RESEND_BUTTON_TITLE = "button_attachment_resend_button_title"; /** Do you want to open the file? */ export declare const UI_ATTACHMENT_OPEN_ALERT_TITLE = "button_attachment_open_alert_title"; /** Tap to mute. */ export declare const UI_MEDIA_AUDIO_MUTE_SUBTITLE = "banner_media_audioinprogress_mute_subtitle"; /** Tap to unmute. */ export declare const UI_MEDIA_AUDIO_UN_MUTE_SUBTITLE = "banner_media_audioinprogress_unmute_subtitle"; /** You are sharing your screen. */ export declare const UI_MEDIA_SCREENSHOT_SESSION_ACTIVE_MESSAGE = "banner_media_screenshot_session_active_message"; /** Do you want to stop screen sharing? */ export declare const UI_MEDIA_SCREENSHOT_SESSION_DISABLE_ALERT_MESSAGE = "alert_media_screenshot_session_deactive_message"; //# sourceMappingURL=constants.d.ts.map