public class AndroidPublisher.Edits.Tracks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Tracks.Create |
class |
AndroidPublisher.Edits.Tracks.Get |
class |
AndroidPublisher.Edits.Tracks.List |
class |
AndroidPublisher.Edits.Tracks.Patch |
class |
AndroidPublisher.Edits.Tracks.Update |
| Constructor and Description |
|---|
Tracks() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Tracks.Create |
create(String packageName,
String editId,
TrackConfig content)
Creates a new track.
|
AndroidPublisher.Edits.Tracks.Get |
get(String packageName,
String editId,
String track)
Gets a track.
|
AndroidPublisher.Edits.Tracks.List |
list(String packageName,
String editId)
Lists all tracks.
|
AndroidPublisher.Edits.Tracks.Patch |
patch(String packageName,
String editId,
String track,
Track content)
Patches a track.
|
AndroidPublisher.Edits.Tracks.Update |
update(String packageName,
String editId,
String track,
Track content)
Updates a track.
|
public AndroidPublisher.Edits.Tracks.Create create(String packageName, String editId, TrackConfig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Required. Package name of the app.editId - Required. Identifier of the edit.content - the TrackConfigIOExceptionpublic AndroidPublisher.Edits.Tracks.Get get(String packageName, String editId, String track) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.track - Identifier of the track. [More on track name](https://developers.google.com/android-
publisher/tracks#ff-track-name)IOExceptionpublic AndroidPublisher.Edits.Tracks.List list(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.IOExceptionpublic AndroidPublisher.Edits.Tracks.Patch patch(String packageName, String editId, String track, Track content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.track - Identifier of the track. [More on track name](https://developers.google.com/android-
publisher/tracks#ff-track-name)content - the TrackIOExceptionpublic AndroidPublisher.Edits.Tracks.Update update(String packageName, String editId, String track, Track content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.track - Identifier of the track. [More on track name](https://developers.google.com/android-
publisher/tracks#ff-track-name)content - the TrackIOExceptionCopyright © 2011–2025 Google. All rights reserved.