File tree Expand file tree Collapse file tree
AdTapsyDemo/AdTapsyDemo.xcodeproj/project.xcworkspace/xcuserdata/poisoner.xcuserdatad
AdNetworks/AppLovin-iOS-SDK Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ AdNetworks versions supported by AdTapsy SDK
22
33Chartboost v6.0.1
44AdColony v2.6.0
5- AppLovin v3.1.5
5+ AppLovin v3.1.6
66AdMob v7.5.2
77InMobi v5.0.2
88RevMob v9.0.4
Original file line number Diff line number Diff line change 2222 *
2323 * This method is invoked on the main UI thread.
2424 *
25- * @param ad Ad that was just displayed. Will not return nil.
26- * @param view Ad view in which the ad was displayed. Will not return nil.
25+ * @param ad Ad that was just displayed. Will not be nil.
26+ * @param view Ad view in which the ad was displayed. Will not be nil.
2727 */
2828-(void ) ad : (alnonnull ALAd *) ad wasDisplayedIn : (alnonnull UIView *) view ;
2929
3030/* *
31- * This method is invoked when the ad is hidden from in the view. This occurs
32- * when the ad is rotated or when it is explicitly closed .
33- *
31+ * This method is invoked when the ad is hidden from in the view.
32+ * This occurs when the user "X's" out of an interstitial, or when a banner rotates .
33+ *
3434 * This method is invoked on the main UI thread.
3535 *
36- * @param ad Ad that was just hidden. Will not return nil.
37- * @param view Ad view in which the ad was hidden. Will not return nil.
36+ * @param ad Ad that was just hidden. Will not be nil.
37+ * @param view Ad view in which the ad was hidden. Will not be nil.
3838 */
3939-(void ) ad : (alnonnull ALAd *) ad wasHiddenIn : (alnonnull UIView *) view ;
4040
4343 *
4444 * This method is invoked on the main UI thread.
4545 *
46- * @param ad Ad that was just clicked. Will not return nil.
47- * @param view Ad view in which the ad was hidden. Will not return nil.
46+ * @param ad Ad that was just clicked. Will not be nil.
47+ * @param view Ad view in which the ad was hidden. Will not be nil.
4848 */
4949-(void ) ad : (alnonnull ALAd *) ad wasClickedIn : (alnonnull UIView *) view ;
5050
Original file line number Diff line number Diff line change 2323 *
2424 * This method is invoked on the main UI thread.
2525 *
26- * @param adService AdService which loaded the ad. Will not return nil.
27- * @param ad Ad that was loaded. Will not return nil.
26+ * @param adService AdService which loaded the ad. Will not be nil.
27+ * @param ad Ad that was loaded. Will not be nil.
2828 */
2929-(void ) adService : (alnonnull ALAdService *) adService didLoadAd : (alnonnull ALAd *) ad ;
3030
3333 *
3434 * This method is invoked on the main UI thread.
3535 *
36- * @param adService AdService which failed to load an ad. Will not return nil.
36+ * @param adService AdService which failed to load an ad. Will not be nil.
3737 * @param code An error code corresponding with a constant defined in <code>ALErrorCodes.h</code>.
3838 */
3939-(void ) adService : (alnonnull ALAdService *) adService didFailToLoadAdWithError : (int ) code ;
Original file line number Diff line number Diff line change 165165-(BOOL ) isTestModeEnabled;
166166-(NSArray *) testDevices;
167167-(NSString *) showRequestZone;
168+ -(BOOL ) isForChildren;
168169
169170
170171+(void ) setDelegate: (id <AdTapsyDelegate>) delegate;
Original file line number Diff line number Diff line change 11AdTapsy SDK Changelog
2+ v1.2
3+ - Added rewarded video support for Vungle
4+ - Updated Applovin v3.1.6
5+ - Added COPPA support
6+
27v1.1.1
38- Fixed build warnings in XCode 7
49
You can’t perform that action at this time.
0 commit comments