mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
setActivityCallbacks moved as public fucntion (#2696)
This commit is contained in:
2
tns-core-modules/ui/frame/frame.d.ts
vendored
2
tns-core-modules/ui/frame/frame.d.ts
vendored
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user