From 682c465e5660b7eb231a896b16be47f6a1fd9ade Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Fri, 9 Sep 2016 14:03:55 +0300 Subject: [PATCH] setActivityCallbacks moved as public fucntion (#2696) --- tns-core-modules/ui/frame/frame.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/ui/frame/frame.d.ts b/tns-core-modules/ui/frame/frame.d.ts index 33dcdb9f8..189dcbe7c 100644 --- a/tns-core-modules/ui/frame/frame.d.ts +++ b/tns-core-modules/ui/frame/frame.d.ts @@ -357,10 +357,10 @@ declare module "ui/frame" { //@endprivate } + export function setActivityCallbacks(activity: any /*android.app.Activity*/): void; //@private function reloadPage(): void; function resolvePageFromEntry(entry: NavigationEntry): pages.Page; function setFragmentCallbacks(fragment: any /*android.app.Fragment*/): void; - function setActivityCallbacks(activity: any /*android.app.Activity*/): void; //@endprivate }