1,619 bytes added
, 13:38, 4 September 2014
{{Api_DataType_Spec
|Description=Define the object that represent the instance Age Rating that contains all information about the level of classification the content.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! Age
{{!}} int
{{!}} Value of the AgeRating according to each country.
{{!}}- valign="top"
! Icon
{{!}} [[Image]]
{{!}} Image to represent the age rating.
{{!}}- valign="top"
! ID
{{!}} int
{{!}} A unique id to identify a InstanceAgeRating.
{{!}}- valign="top"
! IsAdult
{{!}} bool
{{!}} Set if the AgeRating is for adult. This value allow the device take a decision to ask or not the parental PIN.
{{!}}- valign="top"
! Name
{{!}} String
{{!}} Describe the age rating and can be used by device to explain the content.
{{!}}- valign="top"
! Title
{{!}} String
{{!}} String that will be showed to describe the age rating. Usually in reduced space.
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 131,
: "Title": "18+",
: "Name": "Nao recomendado para menores de 18 anos; Sexo explĂcito",
: "Icon": {
:: [[Image]] object
: },
: "Age": 18,
: "IsAdult": true
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
}}