Show / Hide Table of Contents

Class AppstorecatalogResource.RecentappviewsResource

The "recentappviews" collection of methods.

Inheritance
object
AppstorecatalogResource.RecentappviewsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppstorecatalogResource.RecentappviewsResource

Constructors

RecentappviewsResource(IClientService)

Constructs a new resource.

Declaration
public RecentappviewsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Returns metadata about a recently updated app.

Declaration
public virtual AppstorecatalogResource.RecentappviewsResource.GetRequest Get(string appStorePackageName, string playAppPackageName)
Parameters
Type Name Description
string appStorePackageName

Required. The package name of the app store on behalf of which the request is made.

string playAppPackageName

Required. The package name of the requested Play app.

Returns
Type Description
AppstorecatalogResource.RecentappviewsResource.GetRequest
In this article
Back to top Generated by DocFX