public class

FirebaseRemoteConfigSettings

extends Object
java.lang.Object
   ↳ com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings

Class Overview

Wraps the settings for FirebaseRemoteConfig operations.

Summary

Nested Classes
class FirebaseRemoteConfigSettings.Builder Builder for a FirebaseRemoteConfigSettings
Public Methods
boolean isDeveloperModeEnabled()
Indicates the status of the developer mode setting.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean isDeveloperModeEnabled ()

Indicates the status of the developer mode setting.

Returns
boolean true if the developer mode is enabled, false otherwise.