Skip to content

Commit 30bdae1

Browse files
committed
README updated
1 parent 42b16a7 commit 30bdae1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,6 @@ But if you prefer to not use it, our default sharedPreferencesName is: **shared_
9595

9696
If you used Android's getDefaultSharedPreferences in your project the shared preference's name that you are looking for is: **com.mypackage.MyApp_preferences**. In other hands if you used iOS's Keychain the default service is: **app** which is our default too.
9797

98-
##Version = 2.2.0
99-
100-
###Android Methods
101-
102-
`setItem('key', 'value')`: You can insert data into shared preferences using this method.
103-
104-
`getItem('key').then(function(result){});)`: This promise will get value from given key.
105-
106-
`getAllItems(Callback cb)`: Will retrieve all keys and values from Shared Preferences
107-
10898
# How to use?
10999

110100
Here is a simple example:

0 commit comments

Comments
 (0)