com.sponsorpay.sdk.android.publisher
Class OfferBanner.AdShape

java.lang.Object
  extended by com.sponsorpay.sdk.android.publisher.OfferBanner.AdShape
Enclosing class:
OfferBanner

public static class OfferBanner.AdShape
extends java.lang.Object

Encloses a shape for an advertisement banner: width, height and string description.


Field Summary
private  java.lang.String mDescription
           
private  int mHeight
           
private  int mWidth
           
 
Constructor Summary
protected OfferBanner.AdShape(int w, int h, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getHeight()
           
 int getWidth()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mWidth

private int mWidth

mHeight

private int mHeight

mDescription

private java.lang.String mDescription
Constructor Detail

OfferBanner.AdShape

protected OfferBanner.AdShape(int w,
                              int h,
                              java.lang.String description)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getDescription

public java.lang.String getDescription()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object