<GCKUIMiniMediaControlsViewControllerDelegate> Protokoll

Protokollreferenz für <GCKUIMiniMediaControlsViewControllerDelegate>

Überblick

Das Delegate-Protokoll GCKUIMiniMediaControlsViewController.

Seit
3,0

Übernimmt <NSObject>.

Übersicht über Instanzmethoden

(void) - miniMediaControlsViewController:shouldAppear:
 Benachrichtigt Sie über eine Änderung des aktiven Status der Steuerleiste. Mehr...
 

Methodendetail

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

Benachrichtigt Sie über eine Änderung des aktiven Status der Steuerleiste.

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