-
public class AdPopcornSSPUtil
-
-
Method Summary
Modifier and Type Method Description static booleanisReallyNotEmpty(NetworkResponseModel networkResponseModel)static booleanisReallyEmpty(NetworkResponseModel networkResponseModel)static booleanisCampaignExist(NetworkResponseModel networkResponseModel)static booleanisCompanionExist(NetworkResponseModel networkResponseModel)static booleanisMediationExist(NetworkResponseModel networkResponseModel)static voidgetValidMediationSchedule(NetworkResponseModel networkResponseModel, ConcurrentHashMap<AdPopcornSSPConstant.AD_NETWORK, BaseMediationAdapter> sAdapterMap)static booleanisValidMediationNetwork(AdPopcornSSPConstant.AD_NETWORK ad_network, ConcurrentHashMap<AdPopcornSSPConstant.AD_NETWORK, BaseMediationAdapter> sAdapterMap)static StringgetApplicationName(Context context)-
-
Method Detail
-
isReallyNotEmpty
static boolean isReallyNotEmpty(NetworkResponseModel networkResponseModel)
-
isReallyEmpty
static boolean isReallyEmpty(NetworkResponseModel networkResponseModel)
-
isCampaignExist
static boolean isCampaignExist(NetworkResponseModel networkResponseModel)
-
isCompanionExist
static boolean isCompanionExist(NetworkResponseModel networkResponseModel)
-
isMediationExist
static boolean isMediationExist(NetworkResponseModel networkResponseModel)
-
getValidMediationSchedule
static void getValidMediationSchedule(NetworkResponseModel networkResponseModel, ConcurrentHashMap<AdPopcornSSPConstant.AD_NETWORK, BaseMediationAdapter> sAdapterMap)
-
isValidMediationNetwork
static boolean isValidMediationNetwork(AdPopcornSSPConstant.AD_NETWORK ad_network, ConcurrentHashMap<AdPopcornSSPConstant.AD_NETWORK, BaseMediationAdapter> sAdapterMap)
-
getApplicationName
static String getApplicationName(Context context)
-
-
-
-