Skip to content

Commit

Permalink
Release v10.2 of the Applift SDK:
Browse files Browse the repository at this point in the history
- Improved reporting for mediation adapters
- Added in-stream ads.
  • Loading branch information
mathijs81 committed Jul 29, 2014
1 parent 84f8c03 commit c2a1b30
Show file tree
Hide file tree
Showing 26 changed files with 1,409 additions and 17 deletions.
Binary file removed appbrain-advertiser-sdk-v10.1.jar
Binary file not shown.
Binary file added appbrain-advertiser-sdk-v10.2.jar
Binary file not shown.
Binary file removed appbrain-applift-sdk-v10.1.jar
Binary file not shown.
Binary file added appbrain-applift-sdk-v10.2.jar
Binary file not shown.
Binary file removed applift-admob-mediation-v10.1.jar
Binary file not shown.
Binary file added applift-admob-mediation-v10.2.jar
Binary file not shown.
Binary file not shown.
Binary file removed applift-mopub-v10.1.jar
Binary file not shown.
Binary file added applift-mopub-v10.2.jar
Binary file not shown.
Binary file removed example/libs/appbrain-applift-sdk-v10.1.jar
Binary file not shown.
Binary file added example/libs/appbrain-applift-sdk-v10.2.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions javadoc/assets/navtree_data.js
@@ -1,6 +1,6 @@
var NAVTREE_DATA =
[ [ "com.appbrain", "com/appbrain/package-summary.html", [ [ "Interfaces", null, [ [ "AdService", "com/appbrain/AdService.html", null, "" ], [ "AdvertiserService", "com/appbrain/AdvertiserService.html", null, "" ], [ "BannerListener", "com/appbrain/BannerListener.html", null, "" ], [ "RemoteSettings", "com/appbrain/RemoteSettings.html", null, "" ] ]
, "" ], [ "Classes", null, [ [ "AppBrain", "com/appbrain/AppBrain.html", null, "" ], [ "AppBrainBanner", "com/appbrain/AppBrainBanner.html", null, "" ], [ "ReferrerReceiver", "com/appbrain/ReferrerReceiver.html", null, "" ] ]
[ [ "com.appbrain", "com/appbrain/package-summary.html", [ [ "Interfaces", null, [ [ "AdListAdapter", null, null, "" ], [ "AdListAdapter.AdLayoutCreator", null, null, "" ], [ "AdService", "com/appbrain/AdService.html", null, "" ], [ "AdvertiserService", "com/appbrain/AdvertiserService.html", null, "" ], [ "BannerListener", "com/appbrain/BannerListener.html", null, "" ], [ "InterstitialListener", null, null, "" ], [ "RemoteSettings", "com/appbrain/RemoteSettings.html", null, "" ] ]
, "" ], [ "Classes", null, [ [ "AdOptions", "com/appbrain/AdOptions.html", null, "" ], [ "AppBrain", "com/appbrain/AppBrain.html", null, "" ], [ "AppBrainBanner", "com/appbrain/AppBrainBanner.html", null, "" ], [ "ReferrerReceiver", "com/appbrain/ReferrerReceiver.html", null, "" ] ]
, "" ] ]
, "" ] ]

Expand Down
12 changes: 9 additions & 3 deletions javadoc/reference/classes.html
Expand Up @@ -184,24 +184,30 @@ <h2 id="letter_A">A</h2>


<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="./com/appbrain/AdOptions.html">AdOptions</a></td>
<td class="jd-descrcol" width="100%">Used to customize interstitials.&nbsp;</td>
</tr>


<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="./com/appbrain/AdService.html">AdService</a></td>
<td class="jd-descrcol" width="100%">The AdService provides methods to show the AppBrain offerwall and interstitial.&nbsp;</td>
</tr>


<tr class=" api apilevel-" >
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="./com/appbrain/AdvertiserService.html">AdvertiserService</a></td>
<td class="jd-descrcol" width="100%">&nbsp;</td>
</tr>


<tr class="alt-color api apilevel-" >
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="./com/appbrain/AppBrain.html">AppBrain</a></td>
<td class="jd-descrcol" width="100%">Entry point to the AppBrain AppLift SDK.&nbsp;</td>
</tr>


<tr class=" api apilevel-" >
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="./com/appbrain/AppBrainBanner.html">AppBrainBanner</a></td>
<td class="jd-descrcol" width="100%">A View that shows a typical banner-size ad unit that promoted the offerwall.&nbsp;</td>
</tr>
Expand Down

0 comments on commit c2a1b30

Please sign in to comment.