MetaPlatformSDK_ContentRating

Inherits: RefCounted

Represents a content rating.

Description

Represents a content rating.

Properties

String

age_rating_image_uri

""

String

age_rating_text

""

int

descriptors_size

0

int

interactive_elements_size

0

String

rating_definition_uri

""

Methods

String

get_descriptor ( int index ) const

String

get_interactive_element ( int index ) const


Property Descriptions

String age_rating_image_uri = ""

  • String get_age_rating_image_uri ( )

URI for the image that needs to be shown for the content rating of the MetaPlatformSDK_Product.


String age_rating_text = ""

  • String get_age_rating_text ( )

The age rating text is the text version of the rating used to describe age appropriateness by the International Age Rating Coalition (IARC).


int descriptors_size = 0

  • int get_descriptors_size ( )

The number of descriptors.


int interactive_elements_size = 0

  • int get_interactive_elements_size ( )

The number of interactive elements.


String rating_definition_uri = ""

  • String get_rating_definition_uri ( )

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).


Method Descriptions

String get_descriptor ( int index ) const

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.


String get_interactive_element ( int index ) const

The list of interactive elements, which advise consumers up front that a MetaPlatformSDK_Product includes interactive or online behaviors/options that may be of interest or concern, e.g., "In-App Purchases".