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: docs/dyn/androidpublisher_v3.edits.tracks.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ <h3>Method Details</h3>
123
123
"inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
124
124
"name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
125
125
"releaseNotes": [ # A description of what is new in this release.
126
-
{ # Release notes specification, i.e. language and text.
126
+
{ # Localized text in given language.
127
127
"language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
128
128
"text": "A String", # The text in the given language.
129
129
},
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169
169
"inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
170
170
"name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
171
171
"releaseNotes": [ # A description of what is new in this release.
172
-
{ # Release notes specification, i.e. language and text.
172
+
{ # Localized text in given language.
173
173
"language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
174
174
"text": "A String", # The text in the given language.
175
175
},
@@ -210,7 +210,7 @@ <h3>Method Details</h3>
210
210
"inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
211
211
"name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
212
212
"releaseNotes": [ # A description of what is new in this release.
213
-
{ # Release notes specification, i.e. language and text.
213
+
{ # Localized text in given language.
214
214
"language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
215
215
"text": "A String", # The text in the given language.
216
216
},
@@ -245,7 +245,7 @@ <h3>Method Details</h3>
245
245
"inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
246
246
"name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
247
247
"releaseNotes": [ # A description of what is new in this release.
248
-
{ # Release notes specification, i.e. language and text.
248
+
{ # Localized text in given language.
249
249
"language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
250
250
"text": "A String", # The text in the given language.
251
251
},
@@ -284,7 +284,7 @@ <h3>Method Details</h3>
284
284
"inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
285
285
"name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
286
286
"releaseNotes": [ # A description of what is new in this release.
287
-
{ # Release notes specification, i.e. language and text.
287
+
{ # Localized text in given language.
288
288
"language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
289
289
"text": "A String", # The text in the given language.
290
290
},
@@ -319,7 +319,7 @@ <h3>Method Details</h3>
319
319
"inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
320
320
"name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
321
321
"releaseNotes": [ # A description of what is new in this release.
322
-
{ # Release notes specification, i.e. language and text.
322
+
{ # Localized text in given language.
323
323
"language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
324
324
"text": "A String", # The text in the given language.
0 commit comments