UNPKG

nativescript-preferences

Version:
9 lines (8 loc) 269 B
import { Common } from './preferences.common'; export declare class Preferences extends Common { setValue(key: string, value: any): void; getValue(key: string): any; openSettings(): void; clear(): void; private registerDefaultsFromSettingsBundle; }