Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AndroidFragmentCallbacks

Hierarchy

  • AndroidFragmentCallbacks

Index

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

onDestroyView

  • onDestroyView(fragment: any, superFunc: Function): void

onHiddenChanged

  • onHiddenChanged(fragment: any, hidden: boolean, superFunc: Function): void

onPause

  • onPause(fragment: any, superFunc: Function): void

onSaveInstanceState

  • onSaveInstanceState(fragment: any, outState: any, superFunc: Function): void

onStop

  • onStop(fragment: any, superFunc: Function): void

toStringOverride

  • toStringOverride(fragment: any, superFunc: Function): 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