app :: App :: save_state
You can use the shared_preferences
module or NativeAppGlue::saved_state
.
# Notification from the Android framework to generate a new saved state
#
# You can use the `shared_preferences` module or `NativeAppGlue::saved_state`.
fun save_state do end
lib/android/native_app_glue.nit:171,2--174,22
redef fun save_state do on_save_state
lib/android/game.nit:55,2--38