|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HostInfo | |
---|---|
com.sponsorpay.sdk.android | |
com.sponsorpay.sdk.android.advertiser | |
com.sponsorpay.sdk.android.publisher | |
com.sponsorpay.sdk.android.publisher.currency |
Uses of HostInfo in com.sponsorpay.sdk.android |
---|
Methods in com.sponsorpay.sdk.android with parameters of type HostInfo | |
---|---|
static java.lang.String |
UrlBuilder.buildUrl(java.lang.String resourceUrl,
HostInfo hostInfo,
java.lang.String[] extraKeys,
java.lang.String[] extraValues)
Builds a String URL with information gathered from the device and the specified parameters. |
static java.lang.String |
UrlBuilder.buildUrl(java.lang.String resourceUrl,
java.lang.String userId,
HostInfo hostInfo,
java.lang.String[] extraKeys,
java.lang.String[] extraValues)
Builds a String URL with information gathered from the device and the specified parameters. |
static java.lang.String |
UrlBuilder.buildUrl(java.lang.String resourceUrl,
java.lang.String userId,
HostInfo hostInfo,
java.lang.String[] extraKeys,
java.lang.String[] extraValues,
java.lang.String secretKey)
Builds a String URL with information gathered from the device and the specified parameters. |
Uses of HostInfo in com.sponsorpay.sdk.android.advertiser |
---|
Fields in com.sponsorpay.sdk.android.advertiser declared as HostInfo | |
---|---|
private HostInfo |
SponsorPayAdvertiser.mHostInfo
AdvertiserHostInfo used to collect data related to the host device and application. |
private HostInfo |
AdvertiserCallbackSender.mHostInfo
Used to extract required information for the host application and device. |
Methods in com.sponsorpay.sdk.android.advertiser with parameters of type HostInfo | |
---|---|
protected java.lang.Boolean |
AdvertiserCallbackSender.doInBackground(HostInfo... params)
Method overridden from AsyncTask . |
Constructors in com.sponsorpay.sdk.android.advertiser with parameters of type HostInfo | |
---|---|
AdvertiserCallbackSender(HostInfo hostInfo,
AdvertiserCallbackSender.APIResultListener listener)
Constructor. |
Uses of HostInfo in com.sponsorpay.sdk.android.publisher |
---|
Fields in com.sponsorpay.sdk.android.publisher declared as HostInfo | |
---|---|
private HostInfo |
OfferWallActivity.mHostInfo
Information about the hosting application and device. |
private HostInfo |
OfferBannerRequest.mHostInfo
HostInfo instance containing the Application ID and data about the device. |
private HostInfo |
InterstitialLoader.mHostInfo
|
Constructors in com.sponsorpay.sdk.android.publisher with parameters of type HostInfo | |
---|---|
InterstitialLoader(Activity callingActivity,
java.lang.String userId,
HostInfo hostInfo,
InterstitialLoader.InterstitialLoadingStatusListener loadingStatusListener)
Initializes a new IntestitialLoader instance. |
|
OfferBannerRequest(Context context,
java.lang.String userId,
HostInfo hostInfo,
SPOfferBannerListener listener,
OfferBanner.AdShape offerBannerAdShape,
java.lang.String currencyName)
Initializes a new instance and sends the request immediately. |
Uses of HostInfo in com.sponsorpay.sdk.android.publisher.currency |
---|
Fields in com.sponsorpay.sdk.android.publisher.currency declared as HostInfo | |
---|---|
private HostInfo |
VirtualCurrencyConnector.mHostInfo
HostInfo containing data about the host device and application, including its application ID. |
Constructors in com.sponsorpay.sdk.android.publisher.currency with parameters of type HostInfo | |
---|---|
VirtualCurrencyConnector(Context context,
java.lang.String userId,
SPCurrencyServerListener listener,
HostInfo hostInfo,
java.lang.String securityToken)
Initializes a new instance with the provided context and application data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |