com.google.android.youtube.player.YouTubeThumbnailView.OnInitializedListener |
An interface with definitions of callbacks invoked when thumbnail view initialization succeeds or fails.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when initialization of the thumbnail view fails.
| |||||||||||
Called when initialization of the thumbnail view succeeds.
|
Called when initialization of the thumbnail view fails.
thumbnailView | The YouTubeThumbnailView which failed to initialize. |
---|---|
error | The reason for this failure, along with potential resolutions to this failure. |
Called when initialization of the thumbnail view succeeds.
thumbnailView | The YouTubeThumbnailView which has been initialized. |
---|---|
thumbnailLoader | The YouTubeThumbnailLoader which can be used to load
thumbnails in the thumbnail view.
|