Package com.google.openrtb.snippet
Interface SnippetMacroType
-
- All Known Implementing Classes:
OpenRtbMacros
public interface SnippetMacroTypeMacros for snippet generation. Enum types will implement this interface and provide groups of macros supported by some implementation ofSnippetProcessor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringkey()Returns the macro key (value that will be substituted).
-
-
-
Method Detail
-
key
String key()
Returns the macro key (value that will be substituted).
-
-