-
public class CentralProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCentralProcessor.AdidThread
-
Field Summary
Fields Modifier and Type Field Description private booleangdprAvailableprivate StringuidIdentifierprivate booleanrewardPlusTestMode
-
Method Summary
-
-
Method Detail
-
getGdprAvailable
boolean getGdprAvailable()
-
setUIDIdentifier
void setUIDIdentifier(Context context, int identityType, String identifier, boolean fromInit)
-
setRewardPlusTestMode
void setRewardPlusTestMode(boolean rewardPlusTestMode)
-
getInstance
static CentralProcessor getInstance()
-
setAdidCheckListener
void setAdidCheckListener(AnonymousListener adidChecklistener)
-
initWithListener
void initWithListener(Context context, String customAppKey, SdkInitListener listener)
-
isInitialized
boolean isInitialized(Context context)
-
getInAppBiddingListInfo
List<Integer> getInAppBiddingListInfo(String placementId)
-
gdprConsentAvailable
void gdprConsentAvailable(boolean available)
-
setRewardPlusSettingValue
void setRewardPlusSettingValue(String key, int value)
-
getRewardPlusSettingValue
int getRewardPlusSettingValue(String key)
-
setRewardPlusSettingSValue
void setRewardPlusSettingSValue(String key, String value)
-
getRewardPlusSettingSValue
String getRewardPlusSettingSValue(String key)
-
openRewardVideoCSPage
static void openRewardVideoCSPage(Activity activity, String usn)
-
setUserProperties
void setUserProperties(AdPopcornSSPUserProperties userProperties)
-
getUserProperties
AdPopcornSSPUserProperties getUserProperties()
-
setLogEnable
static void setLogEnable(boolean enable)
-
openRewardPlusSetting
void openRewardPlusSetting(Context context, IRewardPlusSettingPageCallbackListener listener)
-
getRewardPlusUserSetting
void getRewardPlusUserSetting(IRewardPlusSettingEventCallbackListener listener)
-
isGettingAdidComplete
boolean isGettingAdidComplete()
-
onDestroy
void onDestroy()
-
addBannerAd
void addBannerAd(AdPopcornSSPBannerAd adPopcornSSPBannerAd)
-
removeBannerAd
void removeBannerAd(AdPopcornSSPBannerAd adPopcornSSPBannerAd)
-
addInterstitialAd
void addInterstitialAd(AdPopcornSSPInterstitialAd adPopcornSSPInterstitialAd)
-
addRewardVideoAd
void addRewardVideoAd(AdPopcornSSPRewardVideoAd adPopcornSSPRewardVideoAd)
-
removeRewardVideoAd
void removeRewardVideoAd(AdPopcornSSPRewardVideoAd adPopcornSSPRewardVideoAd)
-
addNativeAd
void addNativeAd(AdPopcornSSPNativeAd adPopcornSSPNativeAd)
-
removeNativeAd
void removeNativeAd(AdPopcornSSPNativeAd adPopcornSSPNativeAd)
-
addSplashAd
void addSplashAd(AdPopcornSSPSplashAd adPopcornSSPSplashAd)
-
removeSplashAd
void removeSplashAd(AdPopcornSSPSplashAd adPopcornSSPSplashAd)
-
addOneStoreAd
void addOneStoreAd(OneStoreAd oneStoreAd)
-
removeOneStoreAd
void removeOneStoreAd(OneStoreAd oneStoreAd)
-
addInterstitialVideoAd
void addInterstitialVideoAd(AdPopcornSSPInterstitialVideoAd interstitialVideoAd)
-
removeInterstitialVideoAd
void removeInterstitialVideoAd(AdPopcornSSPInterstitialVideoAd interstitialVideoAd)
-
addAdPopcornSSPCustomAd
void addAdPopcornSSPCustomAd(AdPopcornSSPCustomAd adPopcornSSPCustomAd)
-
removeAdPopcornSSPCustomAd
void removeAdPopcornSSPCustomAd(AdPopcornSSPCustomAd adPopcornSSPCustomAd)
-
addAdPopcornSSPReactNativeAd
void addAdPopcornSSPReactNativeAd(AdPopcornSSPReactNativeAd adPopcornSSPReactNativeAd)
-
removeAdPopcornSSPReactNativeAd
void removeAdPopcornSSPReactNativeAd(AdPopcornSSPReactNativeAd adPopcornSSPReactNativeAd)
-
addAdPopcornSSPModalAd
void addAdPopcornSSPModalAd(AdPopcornSSPModalAd adPopcornSSPModalAd)
-
removeAdPopcornSSPModalAd
void removeAdPopcornSSPModalAd(AdPopcornSSPModalAd adPopcornSSPModalAd)
-
addAdPopcornSSPContentsAd
void addAdPopcornSSPContentsAd(AdPopcornSSPContentsAd adPopcornSSPContentsAd)
-
removeAdPopcornSSPContentsAd
void removeAdPopcornSSPContentsAd(AdPopcornSSPContentsAd adPopcornSSPContentsAd)
-
addAdPopcornSSPPopContentsAd
void addAdPopcornSSPPopContentsAd(AdPopcornSSPPopContentsAd adPopcornSSPPopContentsAd)
-
removeAdPopcornSSPPopContentsAd
void removeAdPopcornSSPPopContentsAd(AdPopcornSSPPopContentsAd adPopcornSSPPopContentsAd)
-
destroyAllAdView
void destroyAllAdView()
-
getAdPopcornSSPNetController
AdPopcornSSPNetController getAdPopcornSSPNetController()
-
getAdPopcornSSPParameter
AdPopcornSSPParameter getAdPopcornSSPParameter()
-
setThirdpartyIdMatchInfo
void setThirdpartyIdMatchInfo(String dfnId)
-
getThirdpartyIdMatchInfo
boolean getThirdpartyIdMatchInfo(String source)
-
getSavedDfnId
String getSavedDfnId()
-
isRewardPlusTestMode
boolean isRewardPlusTestMode()
-
tagForChildDirectedTreatment
void tagForChildDirectedTreatment(Context context, boolean tagForChild)
-
getTagForChildDirectedTreatment
boolean getTagForChildDirectedTreatment()
-
-
-
-