Method | Description | |
---|---|---|
Delete ( string key ) : void |
Delete the specified key.
|
|
Get ( string key ) : string |
Retrieves value with given key.
|
|
Put ( string key, string value ) : void |
Persists a value with given key.
|
|
iOSSimpleStorage ( string groupName ) : Foundation |
public Put ( string key, string value ) : void | ||
key | string | Key |
value | string | if value is null, the key will be deleted |
return | void |
public iOSSimpleStorage ( string groupName ) : Foundation | ||
groupName | string | |
return | Foundation |