SecureDB is an extension that stores data for your app in a secure format.

Methods

isReady

Returns if SecureDB is ready.

Return Type: boolean

DestroyDB

Destroys SecureDB instance.

StoreValue

Store the given value under the given tag.

ParameterType
tagtext
valueToStoreany

GetValueWithTag

Retrieve the value stored under the given tag.

ParameterType
tagtext

Return Type: any

GetValue

Retrieve the value stored under the given tag.

ParameterType
tagtext
valueIfTagNotThereany

Return Type: any

ClearTag

Clear the entry with the given tag.

ParameterType
tagtext

ClearAll

Clear the entire data store.

tagExist

Check if any tag exists.

ParameterType
tagtext

Return Type: boolean

tagCount

Check total entry count.

Return Type: number

Picture of Akshat Developer

Akshat Developer

Hi, I’m Akshat — a passionate app developer and creator of AkshatDeveloper.in. I share practical, easy-to-follow tutorials to help developers of all levels build real-world applications.

My goal is to simplify complex concepts and make learning app development engaging and accessible. Whether you’re just starting out or looking to level up your skills, you’ll find useful insights here.

Scroll to Top