Skip to content

Commit 687486a

Browse files
committed
update typescript definations
1 parent e4f2479 commit 687486a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)