Secure DB

This extension helps to store data for your app in a secure format locally on the user’s device.

How It Works

Blocks

isready

isReady – Returns if SecureDB is ready.

destroy

DestroyDB – Destroys SecureDB instance.

store val

StoreValue – Store the given value under the given tag…

getvalwithtag

GetValueWithTag – Retrieve the value stored under the given tag.

tagcount

tagCount – Check total tag count

getval

GetValue – Retrieve the value stored under the given tag.

clearall

ClearAll – Clear the entire data store.

tagexist

tagExist – Check if any tag exists.

cleartag

ClearTag – Check total entry count.

Usage

Leave a Comment