UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

11 lines (7 loc) 275 B
import type { View } from '../../ui/core/view'; /** * Whether the app is embedded into a host project or standalone project */ export function isEmbedded(): boolean; export function setEmbeddedView(view: View | undefined): void; export function getEmbeddedView(): View;