GooglePlayClient.authenticated constructor

GooglePlayClient.authenticated(
  1. Client client
)

Uses an already-authenticated Android Publisher HTTP client.

The client must authorize the Android Publisher scope. SMF owns and closes it after use.

Implementation

GooglePlayClient.authenticated(http.Client client) : this._(client, play.AndroidPublisherApi(client));