addOutStream abstract method

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

Adds a tag to screen that will replaced by a R89OutStream with specified r89ConfigId. getAllWithTag if true will replace all R89Tags on the screen with the same tag and display R89OutStream instead. If false, will replace only the first one, the others will be ignored. wrapperRelativePositionAfter if true will put the R89OutStream 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 addOutStream({
  required String tag,
  required bool getAllWithTag,
  bool wrapperRelativePositionAfter,
});