-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e68bf8a
commit 2eaf3a7
Showing
9 changed files
with
238 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package org.org.kivads; | ||
|
||
import com.google.android.gms.ads.rewardedinterstitial.RewardedInterstitialAdLoadCallback; | ||
import com.google.android.gms.ads.rewardedinterstitial.RewardedInterstitialAd; | ||
|
||
|
||
public class RICallback extends RewardedInterstitialAdLoadCallback { | ||
|
||
private RewardedInterstitialAd mRewardedInterstitialAd; | ||
|
||
private boolean loaded; | ||
|
||
@Override | ||
public void onAdLoaded(RewardedInterstitialAd rewardedAd) { | ||
// The mRewardedAd reference will be null until | ||
// an ad is loaded. | ||
mRewardedInterstitialAd = rewardedAd; | ||
loaded = true; | ||
} | ||
|
||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package org.org.kivads; | ||
|
||
import com.google.android.gms.ads.rewardedinterstitial.RewardedInterstitialAdLoadCallback; | ||
import com.google.android.gms.ads.rewardedinterstitial.RewardedInterstitialAd; | ||
|
||
|
||
public class RICallback extends RewardedInterstitialAdLoadCallback { | ||
|
||
private RewardedInterstitialAd mRewardedInterstitialAd; | ||
|
||
private boolean loaded; | ||
|
||
@Override | ||
public void onAdLoaded(RewardedInterstitialAd rewardedAd) { | ||
// The mRewardedAd reference will be null until | ||
// an ad is loaded. | ||
mRewardedInterstitialAd = rewardedAd; | ||
loaded = true; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters