public static class PreloadInfo.Builder
extends java.lang.Object
PreloadInfo instance.| Modifier and Type | Method and Description |
|---|---|
PreloadInfo |
build()
Creates a new instances of
PreloadInfo with defined configuration. |
PreloadInfo.Builder |
setAdditionalParams(java.lang.String key,
java.lang.String value)
Sets additional parameters for tracking preloaded apps.
|
public PreloadInfo.Builder setAdditionalParams(java.lang.String key, java.lang.String value)
key - The key of key-value pair of additional parameters. Cannot be null. The pair with null-key will
be ignored.value - The value of key-value pair of additional parameters. Cannot be null. The pair with
null-value will be ignored.PreloadInfo.Builder instance.PreloadInfo.getAdditionalParams()public PreloadInfo build()
PreloadInfo with defined configuration.PreloadInfo object.