Deallocate global references allocated by the SharedPreferences instance

Property definitions

android $ SharedPreferences :: destroy
	# Deallocate global references allocated by the SharedPreferences instance
	fun destroy
	do
		self.shared_preferences.delete_global_ref
		self.editor.delete_global_ref
	end
lib/android/shared_preferences/shared_preferences_api10.nit:370,2--375,4