onStart abstract method

void onStart(
  1. AliPlayerWidgetController controller
)

策略启动,订阅感兴趣的状态变化

Called when the strategy is started. Subscribe to notifiers here.

controller The player widget controller providing state access.

Implementation

void onStart(AliPlayerWidgetController controller);