Show / Hide Table of Contents

Enum ApplicationsResource.GetRequest.PlatformTypeEnum

Restrict application details returned to the specific platform.

Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public enum PlatformTypeEnum : int

Fields

Name Description
ANDROID

Retrieve applications that can be played on Android.

IOS

Retrieve applications that can be played on iOS.

WEBAPP

Retrieve applications that can be played on desktop web.

Back to top