Package 

Interface IRemoteConfig

    • Method Summary

      Modifier and Type Method Description
      abstract String getString(@NonNull() String key, String defaultValue)
      abstract double getDouble(@NonNull() String key, double defaultValue)
      abstract int getInt(@NonNull() String key, int defaultValue)
      abstract boolean getBool(@NonNull() String key, boolean defaultValue)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait