@nativescript-community/systemui
Version:
Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.
10 lines (9 loc) • 404 B
TypeScript
declare module '@nativescript/core/ui/core/view-base' {
interface ViewBase {
_dialogFragment: androidx.fragment.app.DialogFragment;
}
}
export declare function setScreenOrientation(type: any): Promise<void>;
export declare function setScreenBrightness(page: any, value: any): Promise<void>;
export declare function overridePageBase(): void;
export declare function installMixins(): void;