public class

ImpressionView

extends
java.lang.Object
   ↳
     ↳ com.usebutton.sdk.impression.ImpressionView

Summary

Public Constructors
ImpressionView(Context context)
ImpressionView(Context context, AttributeSet attrs)
ImpressionView(Context context, AttributeSet attrs, int defStyleAttr)
ImpressionView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
Public Methods
CreativeType getCreativeType()
String getOfferId()
String getUrl()
float getVisibleRate()
VisibleRateType getVisibleRateType()
void setCreativeType(CreativeType creativeType)
void track(String url, VisibleRateType visibleRateType, float visibleRate)
Track the impression view
void track(String url, VisibleRateType visibleRateType, float visibleRate, String offerId)
Track the impression view
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ImpressionView (Context context)

public ImpressionView (Context context, AttributeSet attrs)

public ImpressionView (Context context, AttributeSet attrs, int defStyleAttr)

public ImpressionView (Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)

Public Methods

public CreativeType getCreativeType ()

Returns
  • creative type of the offer associated with this impression view

public String getOfferId ()

Returns
  • Button-provided value that identifies the served offer

public String getUrl ()

Returns
  • url that is associated with the offer

public float getVisibleRate ()

Returns
  • The rate visible to the user

public VisibleRateType getVisibleRateType ()

Returns
  • Type of the visibleRate for the offer that is displayed to the user, either PERCENT, FIXED, or UNKNOWN (default)

public void setCreativeType (CreativeType creativeType)

Parameters
creativeType creative type of the offer associated with this impression view

public void track (String url, VisibleRateType visibleRateType, float visibleRate)

Track the impression view

Parameters
url The new url of the served offer
visibleRateType The new visibleRateType of the served offer
visibleRate The new visibleRate of the served offer

public void track (String url, VisibleRateType visibleRateType, float visibleRate, String offerId)

Track the impression view

Parameters
url The new url of the served offer
visibleRateType The new visibleRateType of the served offer
visibleRate The new visibleRate of the served offer
offerId The (optional) new offerId of the served offer