interface OnMKPProgramRestrictionListener: MKEventListener<MKPProgramRestrictionsEvent>, Any
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
|
Called with MKPProgramRestrictionsEvent when the player bubbles out the program restrictions.