GoogleMobileAds. Api. MaxAdContentRating
The maximum ad content rating.
Summary
All Google ads will have this content rating or lower.
Properties |
|
---|---|
G
|
static MaxAdContentRating
Content suitable for general audiences, including families.
|
MA
|
static MaxAdContentRating
Content suitable only for mature audiences.
|
PG
|
static MaxAdContentRating
Content suitable for most audiences with parental guidance.
|
T
|
static MaxAdContentRating
Content suitable for teen and older audiences.
|
Unspecified
|
static MaxAdContentRating
Content suitability is unspecified.
|
Value
|
string
String representation of MaxAdContentRating.
|
Public static functions |
|
---|---|
ToMaxAdContentRating(string value)
|
Parses MaxAdContentRating from a string constant.
|
Properties
Public static functions
ToMaxAdContentRating
MaxAdContentRating ToMaxAdContentRating( string value )
Parses MaxAdContentRating from a string constant.
Details | |||
---|---|---|---|
Parameters |
|
||
Returns |
The parsed MaxAdContentRating.
|