REST Resource: apps
리소스: App
JSON 표현 |
{
"name": string,
"packageName": string,
"displayName": string
} |
필드 |
name |
string
리소스 이름입니다. 형식: apps/{app}
|
packageName |
string
앱의 패키지 이름입니다. 예: com.example.app123
|
displayName |
string
앱 제목입니다. Play Console에 설정된 최신 앱이며 아직 검토되지 않았을 수 있으므로 Play 스토어와 일치하지 않을 수도 있습니다. 예: Google Maps
|
방법 |
|
출시 버전의 필터링 옵션을 설명합니다. |
|
사용자가 액세스할 수 있는 앱을 검색합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-11-29(UTC)
[null,null,["최종 업데이트: 2023-11-29(UTC)"],[[["The App resource represents an application in the Play Store and is identified by its name, package name, and display name."],["You can access information about filtering options for app releases and search for apps accessible by the user via the provided methods."],["The JSON representation of an app includes the `name`, `packageName`, and `displayName` fields, providing essential app details."]]],["The provided information details a representation of an app on the Play Store, accessible via an API. An app is identified by its `name`, `packageName`, and `displayName`. The API offers two core methods: `fetchReleaseFilterOptions`, which outlines the filtering options for app releases, and `search`, enabling users to find apps they have access to. The app resource is structured as a JSON object, including these three string fields.\n"]]