Interface AndroidFragmentCallbacks
Methods
onCreate
- onCreate(fragment: any, savedInstanceState: any, superFunc: Function): void
-
Parameters
-
fragment: any
-
savedInstanceState: any
-
superFunc: Function
Returns void
onCreateAnimator
- onCreateAnimator(fragment: any, transit: number, enter: boolean, nextAnim: number, superFunc: Function): any
-
Parameters
-
fragment: any
-
transit: number
-
enter: boolean
-
nextAnim: number
-
superFunc: Function
Returns any
onCreateView
- onCreateView(fragment: any, inflater: any, container: any, savedInstanceState: any, superFunc: Function): any
-
Parameters
-
fragment: any
-
inflater: any
-
container: any
-
savedInstanceState: any
-
superFunc: Function
Returns any
onDestroy
- onDestroy(fragment: any, superFunc: Function): void
-
Parameters
-
fragment: any
-
superFunc: Function
Returns void
onDestroyView
- onDestroyView(fragment: any, superFunc: Function): void
-
Parameters
-
fragment: any
-
superFunc: Function
Returns void
onHiddenChanged
- onHiddenChanged(fragment: any, hidden: boolean, superFunc: Function): void
-
Parameters
-
fragment: any
-
hidden: boolean
-
superFunc: Function
Returns void
onPause
- onPause(fragment: any, superFunc: Function): void
-
Parameters
-
fragment: any
-
superFunc: Function
Returns void
onSaveInstanceState
- onSaveInstanceState(fragment: any, outState: any, superFunc: Function): void
-
Parameters
-
fragment: any
-
outState: any
-
superFunc: Function
Returns void
onStop
- onStop(fragment: any, superFunc: Function): void
-
Parameters
-
fragment: any
-
superFunc: Function
Returns void
toStringOverride
- toStringOverride(fragment: any, superFunc: Function): string
-
Parameters
-
fragment: any
-
superFunc: Function
Returns string
Legend
- Module
- Object literal
- Variable
- Function
- Function with type parameter
- Index signature
- Type alias
- Enumeration
- Enumeration member
- Property
- Method
- Interface
- Interface with type parameter
- Constructor
- Property
- Method
- Index signature
- Class
- Class with type parameter
- Constructor
- Property
- Method
- Accessor
- Index signature
- Inherited constructor
- Inherited property
- Inherited method
- Inherited accessor
- Protected property
- Protected method
- Protected accessor
- Private property
- Private method
- Private accessor
- Static property
- Static method