simplify-angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.
25 lines (24 loc) • 852 B
TypeScript
import { SimplifyService } from './simplify.service';
import * as i0 from "@angular/core";
export declare class AppBrowserService {
private simplify;
functions: any;
_dataTasks: any;
_callbackFunctions: any;
appBrowserType: any;
detected: any;
appBrowser: any;
cefBrowser: any;
constructor(simplify: SimplifyService);
dataToAppBrowser(data?: any): void;
isAppBrowser(): boolean;
isCefBrowser(): boolean;
isWebviewBrowser(): boolean;
launchUrl(url: string): void;
on(event: any, callFunction: any): void;
onDataTask(name: string, callFunction: string): void;
sendData(data: any, callbackFunction: any): void;
exposeServiceGlobally(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AppBrowserService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AppBrowserService>;
}