public class CentralProcessor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CentralProcessor.AdidThread |
| Modifier and Type | Method and Description |
|---|---|
void |
addBannerAd(IgawBannerAd igawBannerAd) |
void |
addIgawSSPCustomAd(IgawSSPCustomAd igawSSPCustomAd) |
void |
addInterstitialAd(InterstitialAd interstitialAd) |
void |
addInterstitialVideoAd(IgawInterstitialVideoAd interstitialVideoAd) |
void |
addNativeAd(IgawNativeAd igawNativeAd) |
void |
addOneStoreAd(OneStoreAd oneStoreAd) |
void |
addRewardVideoAd(IgawRewardVideoAd igawRewardVideoAd) |
void |
destroyAllAdView() |
void |
gdprConsentAvailable(boolean available) |
java.lang.String |
getAge(android.content.Context context) |
boolean |
getGdprAvailable() |
java.lang.String |
getGender(android.content.Context context) |
IgawSSPNetController |
getIgawSSPNetController() |
IgawSSPParameter |
getIgawSSPParameter() |
static CentralProcessor |
getInstance() |
double |
getLatitude() |
double |
getLongitude() |
java.lang.String |
getUserId() |
void |
init(android.content.Context context,
java.lang.String customAppKey) |
boolean |
isGettingAdidComplete() |
void |
onDestroy() |
static void |
openRewardVideoCSPage(android.app.Activity activity,
java.lang.String usn) |
void |
removeBannerAd(IgawBannerAd igawBannerAd) |
void |
removeIgawSSPCustomAd(IgawSSPCustomAd igawSSPCustomAd) |
void |
removeInterstitialVideoAd(IgawInterstitialVideoAd interstitialVideoAd) |
void |
removeNativeAd(IgawNativeAd igawNativeAd) |
void |
removeOneStoreAd(OneStoreAd oneStoreAd) |
void |
removeRewardVideoAd(IgawRewardVideoAd igawRewardVideoAd) |
void |
setAdidCheckListener(AnonymousListener adidChecklistener) |
void |
setLocation(double latitude,
double longitude) |
void |
setUserId(android.content.Context context,
java.lang.String usn) |
public static CentralProcessor getInstance()
public void setAdidCheckListener(AnonymousListener adidChecklistener)
public void init(android.content.Context context,
java.lang.String customAppKey)
public void setLocation(double latitude,
double longitude)
public java.lang.String getGender(android.content.Context context)
public java.lang.String getAge(android.content.Context context)
public void gdprConsentAvailable(boolean available)
public boolean getGdprAvailable()
public void setUserId(android.content.Context context,
java.lang.String usn)
public java.lang.String getUserId()
public static void openRewardVideoCSPage(android.app.Activity activity,
java.lang.String usn)
public boolean isGettingAdidComplete()
public double getLongitude()
public double getLatitude()
public void onDestroy()
public void addBannerAd(IgawBannerAd igawBannerAd)
public void removeBannerAd(IgawBannerAd igawBannerAd)
public void addInterstitialAd(InterstitialAd interstitialAd)
public void addRewardVideoAd(IgawRewardVideoAd igawRewardVideoAd)
public void removeRewardVideoAd(IgawRewardVideoAd igawRewardVideoAd)
public void addNativeAd(IgawNativeAd igawNativeAd)
public void removeNativeAd(IgawNativeAd igawNativeAd)
public void addOneStoreAd(OneStoreAd oneStoreAd)
public void removeOneStoreAd(OneStoreAd oneStoreAd)
public void addInterstitialVideoAd(IgawInterstitialVideoAd interstitialVideoAd)
public void removeInterstitialVideoAd(IgawInterstitialVideoAd interstitialVideoAd)
public void addIgawSSPCustomAd(IgawSSPCustomAd igawSSPCustomAd)
public void removeIgawSSPCustomAd(IgawSSPCustomAd igawSSPCustomAd)
public void destroyAllAdView()
public IgawSSPNetController getIgawSSPNetController()
public IgawSSPParameter getIgawSSPParameter()