File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
gma/src/include/firebase/gma Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -153,14 +153,23 @@ enum AdErrorCode {
153
153
kAdErrorCodeUnknown ,
154
154
};
155
155
156
+ #if !defined(DOXYGEN)
157
+ // / Format of the ad being requested. Currently used only for internal updates.
156
158
enum AdFormat {
159
+ // / App open ad format.
157
160
kAdFormatAppOpen ,
161
+ // / Banner ad format.
158
162
kAdFormatBanner ,
163
+ // / Interstitial ad format.
159
164
kAdFormatInterstitial ,
165
+ // / Native ad format.
160
166
kAdFormatNative ,
167
+ // / Rewarded ad format.
161
168
kAdFormatRewarded ,
169
+ // / Rewarded interstitial ad format.
162
170
kAdFormatRewardedInterstitial ,
163
171
};
172
+ #endif // !defined(DOXYGEN)
164
173
165
174
// / A listener for receiving notifications during the lifecycle of a BannerAd.
166
175
class AdListener {
You can’t perform that action at this time.
0 commit comments