-
Notifications
You must be signed in to change notification settings - Fork 124
Feature/admob 2021 admob rewardedad #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/admob 2021 admob rewardedad #740
Conversation
Updated dependencies to support new AdClicked callback interface.
} | ||
|
||
void RewardedAdInternal::NotifyListenerOfUserEarnedReward( | ||
const std::string& type, int64_t amount) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add #include <string> for string
|
||
/// Notifies the UserEarnedRewardListener (if one exists) than a reward | ||
/// event has occurred. | ||
void NotifyListenerOfUserEarnedReward(const std::string& type, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add #include <string> for string
} // namespace admob | ||
} // namespace firebase | ||
|
||
#endif // FIREBASE_ADMOB_SRC_INCLUDE_FIREBASE_ADMOB_INTERSTITIAL_AD_H_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#endif line should be "#endif // FIREBASE_ADMOB_SRC_INCLUDE_FIREBASE_ADMOB_REWARDED_AD_H_"
Created a new branch due to the large number of commits pulled in from this change's original base branch.
PR is now #741.