forked from tidev/ti.admob
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
329 changed files
with
11,070 additions
and
185 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
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
Binary file modified
BIN
-13.5 MB
(36%)
...asurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement
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
Binary file modified
BIN
+308 KB
(100%)
...ework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement
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
Binary file modified
BIN
+231 KB
(100%)
...ramework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/GoogleAppMeasurement
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
Binary file modified
BIN
+154 KB
(100%)
...rement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/GoogleAppMeasurement
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
Binary file modified
BIN
-6.7 MB
(38%)
...AppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement
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
Binary file modified
BIN
+197 KB
(100%)
...framework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement
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
Binary file modified
BIN
-69.1 KB
(31%)
...4_armv7/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport
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
Binary file modified
BIN
+224 Bytes
(100%)
...mulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport
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
Binary file modified
BIN
+448 Bytes
(100%)
...atalyst/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport
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
Binary file modified
BIN
-472 Bytes
(99%)
..._x86_64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport
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
Binary file modified
BIN
-34.5 KB
(35%)
...s-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport
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
Binary file modified
BIN
+152 Bytes
(100%)
...mulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport
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
Binary file added
BIN
+8.63 MB
ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/GoogleMobileAds
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...oogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdChoicesView.h
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,16 @@ | ||
// | ||
// GADAdChoicesView.h | ||
// Google Mobile Ads SDK | ||
// | ||
// Copyright 2016 Google LLC. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
/// Displays AdChoices content. | ||
/// | ||
/// If a GADAdChoicesView is set on GADNativeAdView prior to calling -setNativeAd:, AdChoices | ||
/// content will render inside the GADAdChoicesView. By default, AdChoices is placed in the top | ||
/// right corner of GADNativeAdView. | ||
@interface GADAdChoicesView : UIView | ||
@end |
19 changes: 19 additions & 0 deletions
19
...orm/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdFormat.h
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,19 @@ | ||
// | ||
// GADAdFormat.h | ||
// Google Mobile Ads SDK | ||
// | ||
// Copyright 2018-2022 Google LLC. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
/// Requested ad format. | ||
typedef NS_ENUM(NSInteger, GADAdFormat) { | ||
GADAdFormatBanner, ///< Banner. | ||
GADAdFormatInterstitial, ///< Interstitial. | ||
GADAdFormatRewarded, ///< Rewarded. | ||
GADAdFormatNative, ///< Native. | ||
GADAdFormatRewardedInterstitial, ///< Rewarded interstitial. | ||
GADAdFormatUnknown, ///< Unknown. | ||
GADAdFormatAppOpen, ///< App open. | ||
}; |
46 changes: 46 additions & 0 deletions
46
...orm/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdLoader.h
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,46 @@ | ||
// | ||
// GADAdLoader.h | ||
// Google Mobile Ads SDK | ||
// | ||
// Copyright 2015 Google LLC. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
#import <GoogleMobileAds/GADAdLoaderAdTypes.h> | ||
#import <GoogleMobileAds/GADAdLoaderDelegate.h> | ||
#import <GoogleMobileAds/GADRequest.h> | ||
#import <UIKit/UIKit.h> | ||
|
||
/// Ad loader options base class. See each ad type's header for available GADAdLoaderOptions | ||
/// subclasses. | ||
@interface GADAdLoaderOptions : NSObject | ||
@end | ||
|
||
/// Loads ads. See GADAdLoaderAdTypes.h for available ad types. | ||
@interface GADAdLoader : NSObject | ||
|
||
/// Object notified when an ad request succeeds or fails. Must conform to requested ad types' | ||
/// delegate protocols. | ||
@property(nonatomic, weak, nullable) id<GADAdLoaderDelegate> delegate; | ||
|
||
/// The ad loader's ad unit ID. | ||
@property(nonatomic, readonly, nonnull) NSString *adUnitID; | ||
|
||
/// Indicates whether the ad loader is loading. | ||
@property(nonatomic, getter=isLoading, readonly) BOOL loading; | ||
|
||
/// Returns an initialized ad loader configured to load the specified ad types. | ||
/// | ||
/// @param rootViewController The root view controller is used to present ad click actions. | ||
/// @param adTypes An array of ad types. See GADAdLoaderAdTypes.h for available ad types. | ||
/// @param options An array of GADAdLoaderOptions objects to configure how ads are loaded, or nil | ||
/// to use default options. See each ad type's header for available GADAdLoaderOptions subclasses. | ||
- (nonnull instancetype)initWithAdUnitID:(nonnull NSString *)adUnitID | ||
rootViewController:(nullable UIViewController *)rootViewController | ||
adTypes:(nonnull NSArray<GADAdLoaderAdType> *)adTypes | ||
options:(nullable NSArray<GADAdLoaderOptions *> *)options; | ||
|
||
/// Loads the ad and informs the delegate of the outcome. | ||
- (void)loadRequest:(nullable GADRequest *)request; | ||
|
||
@end |
Oops, something went wrong.