Google Play Custom App Publishing API . accounts . customApps

Instance Methods

close()

Close httplib2 connections.

create(account, body=None, x__xgafv=None, media_body=None, media_mime_type=None)

Creates a new custom app.

Method Details

close()
Close httplib2 connections.
create(account, body=None, x__xgafv=None, media_body=None, media_mime_type=None)
Creates a new custom app.

Args:
  account: string, Developer account ID. (required)
  body: object, The request body.
    The object takes the form of:

{ # This resource represents a custom app.
    "title": "A String", # Title for the Android app.
    "languageCode": "A String", # Default listing language in BCP 47 format.
    "packageName": "A String", # Output only. Package name of the created Android app. Only present in the API response.
  }

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
  media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.

Returns:
  An object of the form:

    { # This resource represents a custom app.
      "title": "A String", # Title for the Android app.
      "languageCode": "A String", # Default listing language in BCP 47 format.
      "packageName": "A String", # Output only. Package name of the created Android app. Only present in the API response.
    }