Option to disable app-open-ads once only
zeoflow-dev opened this issue · 2 comments
zeoflow-dev commented
It would be nice if there was an option to disable the AppOpenAds once without flagging the activity
teogor commented
This will be useful in many cases for instance when changing the theme.
To disable it call disableFirstAppOpenAd()
or if you want you can pass a boolean there too disableFirstAppOpenAd(false/true)
zeoflow-dev commented
Thank you, @teogor