commit | author | age
|
96fe76
|
1 |
// |
L |
2 |
// GADCustomEventParameters.h |
|
3 |
// Google Mobile Ads SDK |
|
4 |
// |
|
5 |
// Copyright 2016 Google LLC. All rights reserved. |
|
6 |
// |
|
7 |
|
|
8 |
#import <Foundation/Foundation.h> |
|
9 |
#import <GoogleMobileAds/GoogleMobileAdsDefines.h> |
|
10 |
|
|
11 |
/// Key for getting the server parameter configured in AdMob when mediating to a custom event |
|
12 |
/// adapter. |
|
13 |
/// Example: NSString *serverParameter = connector.credentials[GADCustomEventParametersServer]. |
|
14 |
FOUNDATION_EXPORT NSString *_Nonnull const GADCustomEventParametersServer; |