GoogleMobileAds.Api.MaxAdContentRating

The maximum ad content rating.

Summary

All Google ads will have this content rating or lower.

Properties

G
Content suitable for general audiences, including families.
MA
Content suitable only for mature audiences.
PG
Content suitable for most audiences with parental guidance.
T
Content suitable for teen and older audiences.
Unspecified
Content suitability is unspecified.
Value
string
String representation of MaxAdContentRating.

Public static functions

ToMaxAdContentRating(string value)
Parses MaxAdContentRating from a string constant.

Properties

G

static MaxAdContentRating G

Content suitable for general audiences, including families.

MA

static MaxAdContentRating MA

Content suitable only for mature audiences.

PG

static MaxAdContentRating PG

Content suitable for most audiences with parental guidance.

T

static MaxAdContentRating T

Content suitable for teen and older audiences.

Unspecified

static MaxAdContentRating Unspecified

Content suitability is unspecified.

Value

string Value

String representation of MaxAdContentRating.

Public static functions

ToMaxAdContentRating

MaxAdContentRating ToMaxAdContentRating(
  string value
)

Parses MaxAdContentRating from a string constant.

Details
Parameters
value
String constant representing the content rating.
Returns
The parsed MaxAdContentRating.