Class GDXApplicationData

  • All Implemented Interfaces:
    ApplicationData

    public class GDXApplicationData
    extends java.lang.Object
    implements ApplicationData
    Uses libGDX's mechanism for user preferences to store application data.
    • Constructor Summary

      Constructors 
      Constructor Description
      GDXApplicationData​(java.lang.String applicationName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      java.lang.String get​(java.lang.String key, java.lang.String defaultValue)  
      void set​(java.lang.String key, java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GDXApplicationData

        public GDXApplicationData​(java.lang.String applicationName)
    • Method Detail

      • get

        public java.lang.String get​(java.lang.String key,
                                    java.lang.String defaultValue)
        Specified by:
        get in interface ApplicationData
      • set

        public void set​(java.lang.String key,
                        java.lang.String value)
        Specified by:
        set in interface ApplicationData