ToggleActionMediaControlVerifier
class ToggleActionMediaControlVerifier<Control : ToggleActionMediaControl>( objectFactory: (MediaControlContext) -> Control, enableAction: Action, disableAction: Action)
Content copied to clipboard
Simple verification class for ToggleActionMediaControl classes.
Verifies the necessary conditions for availability, activation, and conversion to action. This only checks for the states of the ToggleActionMediaControl: any additional behavior must be verified separately.
Parameters
Constructors
Link copied to clipboard
fun <Control : ToggleActionMediaControl> ToggleActionMediaControlVerifier( objectFactory: (MediaControlContext) -> Control, enableAction: Action, disableAction: Action)
Content copied to clipboard