addBanner abstract method

AdScreenConfig addBanner({
  1. required String tag,
  2. required bool getAllWithTag,
  3. bool wrapperRelativePositionAfter,
})

Adds a tag to screen that will replaced by a R89Banner with specified r89ConfigId. getAllWithTag if true will replace all R89Tags on the screen with the same tag and display R89Banner instead. If false, will replace only the first one, the others will be ignored. wrapperRelativePositionAfter if true will put the R89Banner after the provided child, if false, before the provided child, in case there is no child provided in the R89Tag this parameter will be ignored.

Implementation

AdScreenConfig addBanner({
  required String tag,
  required bool getAllWithTag,
  bool wrapperRelativePositionAfter,
});