Class AdSizeTools
-
- All Implemented Interfaces:
public final class AdSizeTools extends LevelPlayTools
-
-
Constructor Summary
Constructors Constructor Description AdSizeTools()
-
Method Summary
Modifier and Type Method Description final StringcreateLogMessage(String message, String suffix)final BooleanisSdkInitialized()final List<LevelPlayAdSize>getFallBackLevelPlayAdSizeList()final IntegergetMaxNetworksHeight(Integer width)final IntegergetMaxCurrentOrientationBannerHeight(Context context)final ISBannerSizegetISBannerSize(LevelPlayAdSize size)-
Methods inherited from class com.unity3d.mediation.internal.LevelPlayTools
isActivityNeededAndMissing, mapAdFormatToAdUnit, mapAdFormatsToAdUnits, mapSdkErrorToCallback, mapSdkErrorToEvent, postOnUIThread, runAfterMainThread, runAfterNextFrameRendered, runApiCall, sendAdUnitCappingParseFailedEvent, sendAdUnitRewardParseFailedEvent, sendApiCallback, sendCCPAEvent, sendCOPPAEvent, sendGDPRConsentsEvent, sendInitFailedEvent, sendInitSuccessEvent, sendPlacementCappingParseFailedEvent, validateIntegration -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
createLogMessage
final String createLogMessage(String message, String suffix)
-
isSdkInitialized
final Boolean isSdkInitialized()
-
getFallBackLevelPlayAdSizeList
final List<LevelPlayAdSize> getFallBackLevelPlayAdSizeList()
-
getMaxNetworksHeight
final Integer getMaxNetworksHeight(Integer width)
-
getMaxCurrentOrientationBannerHeight
final Integer getMaxCurrentOrientationBannerHeight(Context context)
-
getISBannerSize
final ISBannerSize getISBannerSize(LevelPlayAdSize size)
-
-
-
-