UNPKG

nativescript-preferences

Version:
12 lines (11 loc) 340 B
import { Observable } from 'tns-core-modules/data/observable'; export declare class Common extends Observable { constructor(); setValue(key: string, value: any): void; getValue(key: string, defaultValue?: any): any; openSettings(): void; clear(): void; } export declare class Utils { static SUCCESS_MSG(): string; }