<GCKUIMiniMediaControlsViewControllerDelegate> Protocol

  • The GCKUIMiniMediaControlsViewControllerDelegate protocol is a delegate for the GCKUIMiniMediaControlsViewController.

  • It includes an instance method - miniMediaControlsViewController:shouldAppear: which notifies about changes in the active state of the control bar.

  • The - miniMediaControlsViewController:shouldAppear: method provides parameters for the mini media controls view controller instance and a boolean indicating if the control bar should appear.

<GCKUIMiniMediaControlsViewControllerDelegate> Protocol Reference

Overview

The GCKUIMiniMediaControlsViewController delegate protocol.

Since
3.0

Inherits <NSObject>.

Instance Method Summary

(void) - miniMediaControlsViewController:shouldAppear:
 Notifies about a change in the active state of the control bar. More...
 

Method Detail

- (void) miniMediaControlsViewController: (GCKUIMiniMediaControlsViewController *)  miniMediaControlsViewController
shouldAppear: (BOOL)  shouldAppear 

Notifies about a change in the active state of the control bar.

Parameters
miniMediaControlsViewControllerThe now playing view controller instance.
shouldAppearIf YES, the control bar can be displayed. If NO, the control bar should be hidden.