public interface

CustomTagProvider

com.google.android.gms.tagmanager.CustomTagProvider

Class Overview

Callback that is provided by the application to execute a custom tag.

Summary

Public Methods
abstract void execute(Map<String, Object> parameters)
execute(Map) is given the map of named parameters (the map may contain String, Double, Boolean, Map, or List values).

Public Methods

public abstract void execute (Map<String, Object> parameters)

execute(Map) is given the map of named parameters (the map may contain String, Double, Boolean, Map, or List values).

This function will be called from a background thread during event processing. The container will cache one instance of this object and reuse it.

Parameters
parameters Map