Trigger toast messages in cynara PrivacyPlugin, once per session 59/122859/1
authorRafal Krypa <r.krypa@samsung.com>
Mon, 3 Apr 2017 19:00:34 +0000 (21:00 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 3 Apr 2017 19:00:34 +0000 (21:00 +0200)
commit5936b2af2c74dbf327e2186a3d5460009f752989
treec6fed882148216306e32f654dd898166cdc6917f
parente41ccbdc6f7ddf9ea0ea93beb8f2c09af33a6960
Trigger toast messages in cynara PrivacyPlugin, once per session

Toast messages will be generated from server side cynara plugin. The answer
is then cached on client as long as the session parameter of cynara check
is unchanged. When client performs a check with changes session argument,
the cached value will be discarded, client will send check request to cynara
service again, triggering another pop-up.

Change-Id: I28d2eb43bdbf54362c9088dfb1405016a4bd271a
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
src/plugin/CMakeLists.txt
src/plugin/client/PrivacyPlugin.cpp
src/plugin/service/PrivacyPlugin.cpp