Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

BuzzAd Benefit SDK: Native Ads

...

Info

It is available from version 2.1116.x

The Feed module provides NavigateToFeedLayoutclass that opens Feed Activity when it is clicked. By adding this class, you can create an entry point from Native to Feed.

...

You can call the BaseRewardManager through BuzzAdBenefit.getBaseRewardManager(), and call the BaseRewardManager.getAvailableFeedBaseReward() function to know what points the user can get when entering the Feed.

Total 158 points now available >

Note
  • Update the text at onStart() of Activity to show users the exact amount of additional rewards

  • Call BaseRewardManager.clear() function at onStop() of Activity to prevent memory leak.

...