Skip to content

Modules.EncryptedDatabase.CipherUpgradeResult

Dictionary result for the cipherUpgrade method.

Platforms: iphone, ipad

Properties #

code#

Type: Number

Result code. 0 if success or skip. -1 if fail.

error#

Type: String

Error message if any.

skip#

Type: Boolean

returns true if cipher upgrade not necessary. otherwise false.

success#

Type: Boolean

Returns true if cipher sucessfully upgraded. otherwise false.

Titanium SDK Documentation