Lines Matching full:application
79 …lass="firstline">Retrieves the metadata of the application with the given ID. If the requested app…
82 <p class="firstline">Indicate that the the currently authenticated user is playing your application…
85 <p class="firstline">Verifies the auth token provided with this request is for the application with…
89 …<pre>Retrieves the metadata of the application with the given ID. If the requested application is …
92 applicationId: string, The application ID from the Google Play developer console. (required)
95 platformType: string, Restrict application details returned to the specific platform.
104 { # This is a JSON template for the Application resource.
105 …ategory": { # This is a JSON template for an application category object. # The category of the ap…
110 …"kind": "games#application", # Uniquely identifies the type of this resource. Value is always the …
111 "description": "A String", # The description of the application.
112 "author": "A String", # The author of the application.
113 "lastUpdatedTimestamp": "A String", # The last updated timestamp of the application.
115 "name": "A String", # The name of the application.
116 "instances": [ # The instances of the application.
152 "assets": [ # The assets of the application.
161 "id": "A String", # The ID of the application.
162 "enabledFeatures": [ # A list of features that have been enabled for the application.
172 <pre>Indicate that the the currently authenticated user is playing your application.
181 …<pre>Verifies the auth token provided with this request is for the application with the specified …
184 applicationId: string, The application ID from the Google Play developer console. (required)
190 { # This is a JSON template for a third party application verification response resource.