Uses of Class
com.sponsorpay.sdk.android.publisher.PublisherHostInfo

Packages that use PublisherHostInfo
com.sponsorpay.sdk.android.publisher   
 

Uses of PublisherHostInfo in com.sponsorpay.sdk.android.publisher
 

Fields in com.sponsorpay.sdk.android.publisher declared as PublisherHostInfo
private  PublisherHostInfo OfferWallActivity.mHostInfo
          Information about the hosting application and device.
private  PublisherHostInfo InterstitialLoader.mHostInfo
           
 

Methods in com.sponsorpay.sdk.android.publisher with parameters of type PublisherHostInfo
static java.lang.String UrlBuilder.buildUrl(java.lang.String baseUrl, java.lang.String mUserId, PublisherHostInfo hostInfo, java.lang.String[] extraKeys, java.lang.String[] extraValues)
          Builds a String URL with information gathered from the device and the specified parameters.
 

Constructors in com.sponsorpay.sdk.android.publisher with parameters of type PublisherHostInfo
InterstitialLoader(Activity callingActivity, java.lang.String userId, PublisherHostInfo hostInfo, InterstitialLoader.InterstitialLoadingStatusListener loadingStatusListener)
          Initializes a new IntestitialLoader instance.