Skip to content
/ ti.mmkv Public

mmkv Titanium SDK module: An efficient, small mobile key-value storage framework

License

Notifications You must be signed in to change notification settings

m1ga/ti.mmkv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMKV module for Titanium SDK

MMKV is an efficient, small, easy-to-use mobile key-value storage framework used in the WeChat application. https://github.com/Tencent/MMKV

Android

Setup

  • create();

Write values:

  • setBool(name, value)
  • setString(name, value)
  • setInt(name, value)

Read values:

  • getBool(name, default value)
  • getString(name, default value)
  • getInt(name, default value)

Example

see examples/app.js for a full example

About

mmkv Titanium SDK module: An efficient, small mobile key-value storage framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published