Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AndroidActivityCallbacks

Hierarchy

  • AndroidActivityCallbacks

Index

Methods

getRootView

  • getRootView(): View

onActivityResult

  • onActivityResult(activity: any, requestCode: number, resultCode: number, data: any, superFunc: Function): any
  • Parameters

    • activity: any
    • requestCode: number
    • resultCode: number
    • data: any
    • superFunc: Function

    Returns any

onBackPressed

  • onBackPressed(activity: any, superFunc: Function): void

onCreate

  • onCreate(activity: any, savedInstanceState: any, intent: any, superFunc: Function): void
  • Parameters

    • activity: any
    • savedInstanceState: any
    • intent: any
    • superFunc: Function

    Returns void

onDestroy

  • onDestroy(activity: any, superFunc: Function): void

onNewIntent

  • onNewIntent(activity: any, intent: any, superSetIntentFunc: Function, superFunc: Function): void
  • Parameters

    • activity: any
    • intent: any
    • superSetIntentFunc: Function
    • superFunc: Function

    Returns void

onPostResume

  • onPostResume(activity: any, superFunc: Function): void

onRequestPermissionsResult

  • onRequestPermissionsResult(activity: any, requestCode: number, permissions: Array<String>, grantResults: Array<number>, superFunc: Function): void
  • Parameters

    • activity: any
    • requestCode: number
    • permissions: Array<String>
    • grantResults: Array<number>
    • superFunc: Function

    Returns void

onSaveInstanceState

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

onStart

  • onStart(activity: any, superFunc: Function): void

onStop

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

resetActivityContent

  • resetActivityContent(activity: any): void

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