UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

19 lines (18 loc) 1.53 kB
import { AndroidFragmentCallbacks, BackstackEntry, Frame } from '..'; export declare class FragmentCallbacksImplementation implements AndroidFragmentCallbacks { frame: Frame; entry: BackstackEntry; private backgroundBitmap; onHiddenChanged(fragment: androidx.fragment.app.Fragment, hidden: boolean, superFunc: Function): void; onCreateAnimator(fragment: androidx.fragment.app.Fragment, transit: number, enter: boolean, nextAnim: number, superFunc: Function): android.animation.Animator; onCreate(fragment: androidx.fragment.app.Fragment, savedInstanceState: android.os.Bundle, superFunc: Function): void; onCreateView(fragment: androidx.fragment.app.Fragment, inflater: android.view.LayoutInflater, container: android.view.ViewGroup, savedInstanceState: android.os.Bundle, superFunc: Function): android.view.View; onSaveInstanceState(fragment: androidx.fragment.app.Fragment, outState: android.os.Bundle, superFunc: Function): void; onDestroyView(fragment: org.nativescript.widgets.FragmentBase, superFunc: Function): void; onDestroy(fragment: androidx.fragment.app.Fragment, superFunc: Function): void; onPause(fragment: org.nativescript.widgets.FragmentBase, superFunc: Function): void; onResume(fragment: org.nativescript.widgets.FragmentBase, superFunc: Function): void; onStop(fragment: androidx.fragment.app.Fragment, superFunc: Function): void; toStringOverride(fragment: androidx.fragment.app.Fragment, superFunc: Function): string; private loadBitmapFromView; }