Additional Functions Available

  1. onDestroySdk() This is an open function, called when [onDestroy] of activity is called

  2. onActivityResultSdk(requestCode: Int, resultCode: Int, data: Intent?) This is an open function, called when [onActivityResult] is called

  3. onBackPressedSdk() This is an open function, called when system gives callback on [onBackPressed] To call [onBackPressed] of activity use [onActualBackPressed] donโ€™t call super.onBackPressed in this method

Last updated