wrap around https://github.com/JivoSite/MobileSdk for use as cordova plugin
- project root should contain file jivosite-conf.json with widget-id and site-id (from https://github.com/JivoSite/MobileSdk)
{
/*
"plane_color":"red",
"agentMessage_bg_color":'green', //цвет агентского сообщения
"agentMessage_txt_color":'blue', //цвет текста агентского сообщения
"clientMessage_bg_color":'yellow', //цвет клиентского сообщения
"clientMessage_txt_color":'black', //цвет текста клиентского сообщения
*/
"plane_color":"#ffaa22",
"active_message": "Здравствуйте! Я могу вам чем-то помочь?",
"widget_id": "123123123", //widget_id
"site_id": 000000, //site_id
"app_link": "",//ссылка, которая будет светиться у оператора
"placeholder": "Введите сообщение",
"secure": true
}
This will start activity with jivochat.
{
"userToken": "",// is provided to use jivosite `setUserToken`
"activityTitle": "",//string for activity label
"backButton": false,//should actionBar has backbtn for exit
"hideActivityTitle": false//hide actionBar
}
cordova.plugins.JivoSite.openChat(opts); // some userToken