-
public class BranchJsonConfigCreated by jdee on 6/7/17.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBranchJsonConfig.BranchJsonKey
-
Field Summary
Fields Modifier and Type Field Description public final static StringTAGprivate static BranchJsonConfiginstance
-
Method Summary
Modifier and Type Method Description static BranchJsonConfiggetInstance(@NonNull() Context context)static BranchJsonConfiggetInstance(@NonNull() Context context)booleanisValid()booleanisValid(BranchJsonConfig.BranchJsonKey key)Objectget(BranchJsonConfig.BranchJsonKey key)BooleangetEnableLogging()BooleangetDeferInitForPluginRuntime()StringgetBranchKey()BooleangetUseTestInstance()-
-
Method Detail
-
getInstance
static BranchJsonConfig getInstance(@NonNull() Context context)
-
getInstance
static BranchJsonConfig getInstance(@NonNull() Context context)
-
isValid
boolean isValid()
-
isValid
boolean isValid(BranchJsonConfig.BranchJsonKey key)
-
get
@Nullable() Object get(BranchJsonConfig.BranchJsonKey key)
-
getEnableLogging
@Nullable() Boolean getEnableLogging()
-
getDeferInitForPluginRuntime
@Nullable() Boolean getDeferInitForPluginRuntime()
-
getBranchKey
@Nullable() String getBranchKey()
-
getUseTestInstance
@Nullable() Boolean getUseTestInstance()
-
-
-
-