Android Verizon Ads SDK Standard Edition Documentation
1.14
|
Data structure for identifying a creative. More...
Public Member Functions | |
CreativeInfo (final String creativeId, final String demandSource) | |
Construct an instance. More... | |
String | getCreativeId () |
Provides access to the id of the creative. More... | |
String | getDemandSource () |
Provides access to the demand source. More... | |
String | toString () |
Generates a String representation of this instance. More... | |
Data structure for identifying a creative.
CreativeInfo | ( | final String | creativeId, |
final String | demandSource | ||
) |
Construct an instance.
creativeId | the id of the creative being represented |
demandSource | the demand source for this creative |
String getCreativeId | ( | ) |
Provides access to the id of the creative.
String getDemandSource | ( | ) |
Provides access to the demand source.