withTestMode abstract method

ManagerBuilder withTestMode(
  1. bool isEnabled
)

Enable demo ad mode that will always request test ads.

Attention Don't forget to set it to False after the tests are completed.

Implementation

ManagerBuilder withTestMode(final bool isEnabled);