Package com.yandex.mobile.ads.common
Class Creative
-
- All Implemented Interfaces:
public final class CreativeCreative information
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcreativeIdprivate final StringcampaignId
-
Method Summary
Modifier and Type Method Description final StringgetCreativeId()Creative ID - a unique identifier for the creative final StringgetCampaignId()Campaign ID - an identifier for the campaign -
-
Method Detail
-
getCreativeId
final String getCreativeId()
Creative ID - a unique identifier for the creative
-
getCampaignId
final String getCampaignId()
Campaign ID - an identifier for the campaign
-
-
-
-