Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NativeStorageLike

Native Storage interface inspired by the native-storage cordova plugin wrapper here: https://github.com/danielsogl/awesome-cordova-plugins/blob/master/src/%40awesome-cordova-plugins/plugins/native-storage/index.ts

Hierarchy

  • NativeStorageLike

Implemented by

Index

Methods

clear

  • clear(): Promise<any>

getItem

  • getItem(reference: string): Promise<any>

keys

  • keys(): Promise<any>

remove

  • remove(reference: string): Promise<any>

setItem

  • setItem(reference: string, value: any): Promise<any>

Generated using TypeDoc