-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Describe the bug
BannerAdUnit.java has the function setAdPosition defined but the InterstitialAdUnit is missing it
We should have this function added since there is a position with id 7 called "FullScreen". this can be temporally solved by accessing the AdUnit Configuration which has a relaxed access modifier for testing.
To Reproduce
Steps to reproduce the behavior:
- Create a BannerAdUnit and a InterstitialAdUnit
- try to call setAdPosition(AdPosition.UNKOWN)
Expected behavior
We should have this function defined in all the AdUnits or in the AdUnit base class
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Triage