Skip to content

InterstitialAdUnit missing setAdPosition method #838

@AbrahamArmasCordero

Description

@AbrahamArmasCordero

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:

  1. Create a BannerAdUnit and a InterstitialAdUnit
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions