Trees | Indices | Help |
|
---|
|
UserDict.DictMixin --+ | MMKVSettings
A class for setting and getting MMKV keyword values.
mydict = MMKVSettings()
Then set any keywords:
mydict[<keywordname>] = <value>
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
Create an instance from the given MMKV handle. If none is given, a new MMKV handle is created. |
Return the value stored in the MMKV handle for the given key (integer or string). Note that if no explicit setting has been made for a keyword that the default value will be returned. |
Set the value for the provided key (integer or string) to <value>. If the key type is an MMKV arglist (array), then the value provided must be an list with elements of the proper type. |
Retrieve the mmkv functions to use in getting and setting the provided key (integer or string). Returns a tuple of key ID and converter/getter/setter functions. Will raise a KeyError if the wrong key value (or type) is specified, because the exception is passed onto the getter/setter methods. NOTE: The mmkv library needs to be initialized before using this method. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 05:42:14 2016 | http://epydoc.sourceforge.net |