File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ declare module MMKVStorage {
371371 * @param {string } key; Provide a custom key to encrypt the storage.
372372 * @param {boolean } secureKeyStorage Store the key in secure storage.
373373 * @param {string } alias Provide a custom alias to store the key with in secure storage
374+ * @param {ACCESSIBLE } accessibleMode Set accessible mode for secure storage on ios devices
374375 * @returns An object with alias and key
375376 */
376377 encrypt (
@@ -392,6 +393,7 @@ declare module MMKVStorage {
392393 * @param {string } key; Provide a custom key to encrypt the storage.
393394 * @param {boolean } secureKeyStorage Store the key in secure storage.
394395 * @param {string } alias Provide a custom alias to store the key with in secure storage
396+ * @param {ACCESSIBLE } accessibleMode Set accessible mode for secure storage on ios devices
395397 */
396398
397399 changeEncryptionKey (
You can’t perform that action at this time.
0 commit comments