<OOCastMiniControllerProtocol > Protocol Reference

Should maintain a OOCastMiniControllerDelegate. More...

#import <OOCastMiniControllerProtocol.h>

+ Inheritance diagram for <OOCastMiniControllerProtocol >:

Instance Methods

(void) - updatePlayState:
 This is called when the play/pause button need to update by OOCastManager. More...
 
(void) - dismiss
 This is called when we disconnect from the chromecast device. More...
 

Detailed Description

Should maintain a OOCastMiniControllerDelegate.

Method Documentation

- (void OOCastMiniControllerProtocol) dismiss

This is called when we disconnect from the chromecast device.

Can also be used e.g. by app code to explicitly remove the MiniController. This should call [delegate onDismissMiniController:] as well.

- (void OOCastMiniControllerProtocol) updatePlayState: (BOOL)  isPlaying

This is called when the play/pause button need to update by OOCastManager.

Parameters
isPlayingYES if state is playing

The documentation for this protocol was generated from the following file: