-
public interface IRemoteConfig
-
-
Method Summary
Modifier and Type Method Description abstract StringgetString(@NonNull() String key, String defaultValue)abstract doublegetDouble(@NonNull() String key, double defaultValue)abstract intgetInt(@NonNull() String key, int defaultValue)abstract booleangetBool(@NonNull() String key, boolean defaultValue)
-