OnMKPProgramRestrictionListener

interface OnMKPProgramRestrictionListener: MKEventListener<MKPProgramRestrictionsEvent>, Any

Called with MKPProgramRestrictionsEvent when the player bubbles out the program restrictions.

Methods

onProgramRestrictions

abstract fun onProgramRestrictions(event: MKPProgramRestrictionsEvent)

Notify listeners of the program restrictions applicable.

  • Note: These are non playback blocking restrictions.

Parameters

Name Description
event: MKPProgramRestrictionsEvent

Please refer MKPProgramRestrictionsEvent

ReturnValue

Name Description
Unit