-
public class RemoteConfigDocument.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteConfigDocumentEMPTYpublic final static RemoteConfigDocument.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RemoteConfigDocumentparse(String json)Parses json into a document. final RemoteConfigDocumentgetEMPTY()A document with no remote values: every accessor answers null(= SDK defaults).-
-
Method Detail
-
parse
final RemoteConfigDocument parse(String json)
-
getEMPTY
final RemoteConfigDocument getEMPTY()
A document with no remote values: every accessor answers
null(= SDK defaults).
-
-
-
-