| com.google.android.gms.tagmanager.CustomVariableProvider |
Callback that is provided by the application to provide a custom variable.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
getValue(Map is given a map of named parameters (the map may contain String, Double,
Boolean, Map, or List values). | |||||||||||
getValue(Map is given a map of named parameters (the map may contain String, Double,
Boolean, Map, or List values). It should return a String which is the
calculated value of the variable.
This function will be called from a background thread during event processing. The container will cache one instance of this object and reuse it.