Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Concrete implementation of IParentalControlsComponent.

Implements

Constructors

new ParentalControlsComponentTmGlue()

new ParentalControlsComponentTmGlue(): ParentalControlsComponentTmGlue

Returns

ParentalControlsComponentTmGlue

Methods

gateContentPlayback()

gateContentPlayback(contentRating?): Promise<IGateContentPlaybackResponse>

Parameters

contentRating?
IContentRating rating for the content that is a candidate for playback. This field is optional and may be ommitted such as in the case that ratings information is unavailable; in that case parental controls will require a PIN challenge irrespective of the current restriction level.

Returns

Promise<IGateContentPlaybackResponse> a Promise that resolves to an IGateContentPlaybackResponse indicating the outcome of the request (and PIN challenge if it was required).

Brief

Invoke PIN challenge for viewing potentially restricted content. This method delegates to parental controls to decide whether a PIN challenge is required before permitting the viewing of content with the passed rating information. The ratings parameter is optional; if ratings information is not supplied (such as in the case that it is not available) this method defaults to requiring the PIN challenge. If the rating information passed is more restrictive than permitted by the current restriction level preference, this method will present a PIN challenge to the user in the form of an unescapable modal dialog; that is, the user must either successfully validate their PIN or cancel the validation. Attempts to navigate away from the PIN challenge (such as by pressing back or a provider shortcut on the remote) will implicitly cancel PIN validation. The action that should be taken by the caller is relayed in the resolved IGateContentPlaybackResponse#canPlaybackProceed value. The returned Promise is resolved once the request has been resolved by parental controls (either because the PIN challenge was successfully validated or was unnecessary). The modal dialog has no timeout, so integrators should take into account that the Promise may not be resolved immediately. The parental controls dialog will remain in the foreground (as an overlay over the calling app) until it is resolved.

Pre

caller requires privilege com.amazon.kepler.parental_controls.gates.restricted-content-playback to invoke this method.

Pre

caller must be an interactive application that is presently running in the foreground.

Implementation of

IParentalControlsComponentV2.gateContentPlayback

getContentRestrictionLevelsByDescendingRestrictedness()

getContentRestrictionLevelsByDescendingRestrictedness(): Promise<string[]> Experimental available in com.amazon.kepler.parental_controls_experimental_beta6_20240801

Returns

Promise<string[]>

Implementation of

IParentalControlsComponentV2.getContentRestrictionLevelsByDescendingRestrictedness
Last modified on September 30, 2025