com.ooyala.android.plugin.LifeCycleInterface Interface Reference
Inheritance diagram for com.ooyala.android.plugin.LifeCycleInterface:
com.ooyala.android.freewheelsdk.FWAdPlayer com.ooyala.android.player.Player com.ooyala.android.plugin.AdPluginInterface com.ooyala.android.player.MoviePlayer com.ooyala.android.player.StreamPlayer com.ooyala.android.freewheelsdk.OoyalaFreewheelManager com.ooyala.android.imasdk.OoyalaIMAManager com.ooyala.android.OoyalaManagedAdsPlugin com.ooyala.android.plugin.ManagedAdsPlugin< T extends AdSpot > com.ooyala.android.plugin.SsaiPluginInterface com.ooyala.android.player.AdMoviePlayer com.ooyala.android.player.ExoMoviePlayer com.ooyala.android.player.BaseStreamPlayer com.ooyala.android.player.exoplayer.BaseExoPlayer com.ooyala.android.freewheelsdk.OoyalaFreewheelManager com.ooyala.android.OoyalaManagedAdsPlugin com.ooyala.android.ads.ooyala.OoyalaAdPlayer com.ooyala.android.ads.vast.VASTAdPlayer com.ooyala.android.imasdk.IMAAdPlayer com.ooyala.android.player.exoplayer.ExoStreamPlayer

Public Member Functions

void reset ()
 This is called when plugin should be reset. More...
 
void suspend ()
 This is called when plugin should be suspended. More...
 
void suspend (boolean onlyRemoveView)
 This is called when plugin should be suspended. More...
 
void resume ()
 This is called when plugin should be resumed. More...
 
void resume (int timeInMillisecond, State stateToResume)
 This is called when plugin should be resumed. More...
 
void destroy ()
 This is called when plugin should be destroyed. More...
 
void configurationChanged (Configuration newConfig)
 This method is called when the device configuration changes while your component is running. More...
 

Member Function Documentation

void com.ooyala.android.plugin.LifeCycleInterface.configurationChanged ( Configuration  newConfig)

This method is called when the device configuration changes while your component is running.

Parameters
newConfigThe new device configuration.

Implemented in com.ooyala.android.imasdk.OoyalaIMAManager, com.ooyala.android.freewheelsdk.OoyalaFreewheelManager, com.ooyala.android.freewheelsdk.FWAdPlayer, com.ooyala.android.player.Player, and com.ooyala.android.OoyalaManagedAdsPlugin.

void com.ooyala.android.plugin.LifeCycleInterface.resume ( int  timeInMillisecond,
State  stateToResume 
)