public class SelfPromotion extends OnAppAd
OnAppAd.Action| Modifier and Type | Method and Description |
|---|---|
CustomObjects |
CustomObjects()
Get a wrapper for CustomObject management
|
int |
getAdId()
Get advertising identifier
|
java.lang.String |
getFormat()
Get advertising format
|
java.lang.String |
getProductId()
Get advertising product identifier
|
SelfPromotion |
setAction(OnAppAd.Action action)
Set a new action
|
SelfPromotion |
setAdId(int adId)
Set a new advertising identifier
|
SelfPromotion |
setFormat(java.lang.String format)
Set a new advertising format
|
SelfPromotion |
setProductId(java.lang.String productId)
Set a new advertising product identifier
|
getAction, sendImpression, sendTouchgetId, setTimestamppublic int getAdId()
public java.lang.String getFormat()
public java.lang.String getProductId()
public SelfPromotion setAdId(int adId)
adId - advertising identifierpublic SelfPromotion setFormat(java.lang.String format)
format - advertising formatpublic SelfPromotion setProductId(java.lang.String productId)
productId - advertising product identifierpublic SelfPromotion setAction(OnAppAd.Action action)
action - /public CustomObjects CustomObjects()