> For the complete documentation index, see [llms.txt](https://docs.winzogames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.winzogames.com/new-sdk/integrating-winzo-sdk/6.-extend-sdk-game-activity/additional-functions-available.md).

# 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
