Qiscus Chat SDK (core) v1.9.0
Changelog :
- Support encrypt decrypt in local db
*note :
- if you want add key for encrypt decrypt, you can add 8 char before init SDK
for example
/**
* The key length must be at least 8 characters.
* Make sure to save this key securely.
*/
final String secretKey = yourkey;
QiscusCore.setCustomKey(secretKey);
Qiscus.setup(this, QISCUS_SDK_APP_ID);