Enum ApplicationPlatformEnum.ApplicationPlatform (0.52.0)

public enum ApplicationPlatformEnum.ApplicationPlatform extends Enum<ApplicationPlatformEnum.ApplicationPlatform> implements ProtocolMessageEnum

A platform a Application can run on.

Protobuf enum google.ads.admanager.v1.ApplicationPlatformEnum.ApplicationPlatform

Implements

ProtocolMessageEnum

Static Fields

Name Description
AMAZON_TV

Platform for Amazon Fire TV compatible apps.

AMAZON_TV = 6;

AMAZON_TV_VALUE

Platform for Amazon Fire TV compatible apps.

AMAZON_TV = 6;

ANDROID

Platform for Android compatible apps.

ANDROID = 1;

ANDROID_VALUE

Platform for Android compatible apps.

ANDROID = 1;

APPLICATION_PLATFORM_UNSPECIFIED

Default value. This value is unused.

APPLICATION_PLATFORM_UNSPECIFIED = 0;

APPLICATION_PLATFORM_UNSPECIFIED_VALUE

Default value. This value is unused.

APPLICATION_PLATFORM_UNSPECIFIED = 0;

IOS

Platform for IOS compatible apps.

IOS = 2;

IOS_VALUE

Platform for IOS compatible apps.

IOS = 2;

LG_TV

Platform for LG TV compatible apps.

LG_TV = 12;

LG_TV_VALUE

Platform for LG TV compatible apps.

LG_TV = 12;

PLAYSTATION

Platform for Playstation compatible apps.

PLAYSTATION = 7;

PLAYSTATION_VALUE

Platform for Playstation compatible apps.

PLAYSTATION = 7;

ROKU

Platform for Roku compatible apps.

ROKU = 5;

ROKU_VALUE

Platform for Roku compatible apps.

ROKU = 5;

SAMSUNG_TV

Platform for Samsung TV compatible apps.

SAMSUNG_TV = 10;

SAMSUNG_TV_VALUE

Platform for Samsung TV compatible apps.

SAMSUNG_TV = 10;

UNRECOGNIZED
UNSUPPORTED

Platform for apps with platforms we don't support yet or don't have a representation for.

UNSUPPORTED = 14;

UNSUPPORTED_VALUE

Platform for apps with platforms we don't support yet or don't have a representation for.

UNSUPPORTED = 14;

XBOX

Platform for Xbox compatible apps.

XBOX = 9;

XBOX_VALUE

Platform for Xbox compatible apps.

XBOX = 9;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()