InstanceAgeRating
Jump to navigation
Jump to search
Define the object that represent the instance Age Rating that contains all information about the level of classification the content.
Members
Field | Data Type | Description |
---|---|---|
Age | int | Value of the AgeRating according to each country. |
Icon | Image | Image to represent the age rating. |
ID | int | A unique id to identify a InstanceAgeRating. |
IsAdult | bool | Set if the AgeRating is for adult. This value allow the device take a decision to ask or not the parental PIN. |
Name | String | Describe the age rating and can be used by device to explain the content. |
Title | String | String that will be showed to describe the age rating. Usually in reduced space. |
Example
{
- "ID": 131,
- "Title": "18+",
- "Name": "Nao recomendado para menores de 18 anos; Sexo explícito",
- "Icon": {
- Image object
- },
- "Age": 18,
- "IsAdult": true
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |