sqlCipherConfig

Config class for using sqlcipher. To use encryption, you should provide a SqlcipherConfig instance.

You must declare sqlcipher dependencies to use the encryption feature. If not, SendbirdChat.init fails and InitResultHandler.onInitFailed will be called. Please refer sqlcipher's documentation to see how can you declare the sqlcipher dependencies.

Since

4.5.0

See also