API reference
API reference
Select your platform
No SDKs available
No versions available

ContentRating Class

A Content Rating of a Models.Product. This rating is sourced by the International Age Rating Coalition (IARC) certificate from the local rating authority. An Add-on's Content Rating can be configured by adding a IARC certificate in the developer dashboard. The Add-on can also inherit the Content Rating of the base App.

Constructors

ContentRating ( o )
Signature
Oculus.Platform.Models.ContentRating.ContentRating(IntPtr o)
Parameters
o: IntPtr

Fields

AgeRatingImageUri : readonly string
URI for the image that needs to be shown for the content rating of the Models.Product.
Signature
readonly string Oculus.Platform.Models.ContentRating.AgeRatingImageUri
AgeRatingText : readonly string
The age rating text is the text version of the rating used to describe age appropriateness by the International Age Rating Coalition (IARC).
Signature
readonly string Oculus.Platform.Models.ContentRating.AgeRatingText
Descriptors : readonly String []
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
readonly String [] Oculus.Platform.Models.ContentRating.Descriptors
InteractiveElements : readonly String []
The list of interactive elements, which advise consumers up front that a Models.Product includes interactive or online behaviors/options that may be of interest or concern, e.g., "In-App Purchases".
Signature
readonly String [] Oculus.Platform.Models.ContentRating.InteractiveElements
RatingDefinitionUri : readonly string
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
readonly string Oculus.Platform.Models.ContentRating.RatingDefinitionUri