UNPKG

430 BTypeScriptView Raw
1import { View } from '../core/view';
2export * from './background-common';
3export declare function refreshBorderDrawable(view: View, borderDrawable: org.nativescript.widgets.BorderDrawable): void;
4export declare enum CacheMode {
5 none = 0,
6 memory = 1,
7 diskAndMemory = 2
8}
9export declare function initImageCache(context: android.content.Context, mode?: CacheMode, memoryCacheSize?: number, diskCacheSize?: number): void;