I have implemented MPPlayableContentDataSource protocol. It has a method
- (void)beginLoadingChildItemsAtIndexPath:(NSIndexPath *)indexPath completionHandler:(void(^)(NSError * __nullable))completionHandler;
head unit calls this method each time when some container was shown on screen or user was tapped on some container.
How can I recognize who initialize call of the method? (user by tap or head unit)