You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/MediationGroupTargeting.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public final class MediationGroupTargeting extends com.google.api.client.json.Ge
64
64
privatejava.lang.StringidfaTargeting;
65
65
66
66
/**
67
-
* Describes the platform of the app. Examples: "IOS", "Android".
67
+
* Describes the platform of the app. Examples: "IOS", "ANDROID".
68
68
* The value may be {@code null}.
69
69
*/
70
70
@com.google.api.client.util.Key
@@ -158,15 +158,15 @@ public MediationGroupTargeting setIdfaTargeting(java.lang.String idfaTargeting)
158
158
}
159
159
160
160
/**
161
-
* Describes the platform of the app. Examples: "IOS", "Android".
161
+
* Describes the platform of the app. Examples: "IOS", "ANDROID".
162
162
* @return value or {@code null} for none
163
163
*/
164
164
publicjava.lang.StringgetPlatform() {
165
165
returnplatform;
166
166
}
167
167
168
168
/**
169
-
* Describes the platform of the app. Examples: "IOS", "Android".
169
+
* Describes the platform of the app. Examples: "IOS", "ANDROID".
170
170
* @param platform platform or {@code null} for none
0 commit comments