Interface ApplicationData
-
- All Known Implementing Classes:
GDXApplicationData,StandardApplicationData,TeaLocalStorage
public interface ApplicationDataInterface for using the renderer to save or load persistent application data. Application data is saved to the platform's standard location. Storage is limited to simple key/value pairs, as some platforms do not allow saving arbitrary files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()java.lang.Stringget(java.lang.String key, java.lang.String defaultValue)voidset(java.lang.String key, java.lang.String value)
-