我已经实现了 MPPlayableContentDataSource 协议。它有一个方法
- (void)beginLoadingChildItemsAtIndexPath:(NSIndexPath *)indexPath completionHandler:(void(^)(NSError * __nullable))completionHandler;
每当屏幕上显示某个容器或用户点击某个容器时,head unit 都会调用此方法。
如何识别谁初始化了该方法的调用?(用户通过水龙头或主机)