Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mCodex committed May 25, 2017
1 parent cc5fdf1 commit ab89102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ Sync gradle and go :)

We unified our library's methods to bring more efficiency and simplify the usability for other developers. We hope that you enjoy it. :)

`setItem(key, value, options)`: You can insert data into shared preferences & keychain using this method.
`setItem(key, value, options)`: You can insert data into shared preferences & keychain using this promise method.

`getItem(key, options)`: This promise will get value from given key.

`deleteItem(key, options)`: (New method since this version) It will delete value from given key
`deleteItem(key, options)`: It will delete value from given key

`getAllItems(options)`: Will retrieve all keys and values from Shared Preferences & Keychain

Expand Down

0 comments on commit ab89102

Please sign in to comment.