Package 

Class OxFirebaseRemoteConfig

    • Method Summary

      Modifier and Type Method Description
      String getString(@NonNull() String key, @Nullable() String fallback)
      double getDouble(@NonNull() String key, double defaultValue)
      int getInt(@NonNull() String key, int defaultValue)
      boolean getBool(@NonNull() String key, boolean defaultValue)
      • Methods inherited from class com.oxsdk.ad.config.IRemoteConfig

        getString
      • Methods inherited from class java.lang.Object

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