UNPKG

nativescript-open-app

Version:

A NativeScript plugin for opening other applications on the device (with app store fallback).

7 lines (6 loc) 207 B
declare module "nativescript-open-app" { /** * Open another application on the device. */ export function openApp(appID: string, storeFallback?: boolean, appleStoreId?: string): boolean; }