We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb2bb commit e4f2479Copy full SHA for e4f2479
index.d.ts
@@ -376,7 +376,8 @@ declare module MMKVStorage {
376
encrypt(
377
key: string,
378
secureKeyStorage: boolean,
379
- alias: string
+ alias: string,
380
+ accessibleMode:ACCESSIBLE
381
): Promise<boolean>;
382
383
/**
@@ -396,7 +397,8 @@ declare module MMKVStorage {
396
397
changeEncryptionKey(
398
399
400
401
402
403
}
404
0 commit comments