interface ContentRating
ageRatingImageUri
: String?
[Get] |
URI for the image that needs to be shown for the content rating of the Product.
Signature
abstract val ageRatingImageUri: String? |
ageRatingText
: String?
[Get] |
The age rating text is the text version of the rating used to describe age appropriateness by the International Age Rating Coalition (IARC).
Signature
abstract val ageRatingText: String? |
descriptors
: List?
[Get] |
The list of descriptors which indicate content within the product that may have triggered a particular age rating or may be of interest or concern to consumers, e.g., "Blood and Gore", "Intense Violence", etc.
Signature
abstract val descriptors: List<String>? |
interactiveElements
: List?
[Get] |
The list of interactive elements, which advise consumers up front that a Product includes interactive or online behaviors/options that may be of interest or concern, e.g., "In-App Purchases".
Signature
abstract val interactiveElements: List<String>? |
ratingDefinitionUri
: String?
[Get] |
The URI pointing to a website with International Age Rating Coalition (IARC) rating definitions from local rating authorities (e.g., Australian Classification Board, ESRB, GRAC, etc).
Signature
abstract val ratingDefinitionUri: String? |