nativescript-akylas-preferences
TypeScript icon, indicating that this package has built-in type declarations

1.1.11 • Public • Published

Twitter Follow

nativescript-akylas-preferences

This plugin allows native preference saving\loading on iOS and Android

iOS Prerequisites

Android Prerequisites

Installation

Describe your plugin installation steps. Ideally it would be something like:

tns plugin add nativescript-akylas-preferences

Usage

    var prefs = new Preferences();

    //Get existing value
    prefs.getValue("name_preference");

    //Set value
    prefs.setValue("name_preference", "some new text");

API

Property Default Description
openSettings(): any; Opens the native settings panes
getValue(key: string): any; Gets the value for the preference
setValue(key: string, value: any): void; Sets the passed value to the preference

License

Apache License Version 2.0, January 2004

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.112latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.112
1.1.100
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30

Package Sidebar

Install

npm i nativescript-akylas-preferences

Weekly Downloads

2

Version

1.1.11

License

Apache-2.0

Unpacked Size

61.4 kB

Total Files

22

Last publish

Collaborators

  • farfromrefuge