chore: update application private apis (#7413)

This commit is contained in:
Manol Donev
2019-06-27 13:16:43 +03:00
committed by GitHub
parent 9cfd9c07d5
commit c2656a4be4

View File

@@ -197,16 +197,14 @@ export function run(entry?: NavigationEntry | string);
*/
export function _resetRootView(entry?: NavigationEntry | string);
//@private
/**
* @private
*/
/**
* @private
*/
export function _shouldCreateRootFrame(): boolean;
/**
* @private
*/
/**
* @private
*/
export function _start(entry?: NavigationEntry | string);
//@endprivate
/**
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).