These are the Android API classes. See all API packages.
YouTubeApiServiceUtil | Utility class for verifying that the YouTube Player API service is available and up-to-date on this device. |
YouTubeBaseActivity | Any activity that wants to directly incorporate YouTubePlayerView views in its UI
must extend this activity. |
YouTubeInitializationResult | Provides the result of initializing the YouTube API Service. |
YouTubeIntents | A selection of static methods that create intents which navigate to specific activities within the main YouTube application. |
YouTubePlayer | A YouTubePlayer provides methods for loading, playing and controlling YouTube video playback. |
YouTubePlayer.ErrorReason | Describes the reason for an error in a YouTubePlayer . |
YouTubePlayer.OnFullscreenListener | Interface definition for callbacks that are invoked when the player toggles between fullscreen
on or off, either due to the user clicking the fullscreen button or a call to
setFullscreen(boolean) . |
YouTubePlayer.OnInitializedListener | Interface definition for callbacks that are invoked when player initialization succeeds or fails. |
YouTubePlayer.PlaybackEventListener | Interface definition for callbacks that are invoked when video playback events occur. |
YouTubePlayer.PlayerStateChangeListener | Interface definition for callbacks that are invoked when the high-level player state changes. |
YouTubePlayer.PlayerStyle | The different styles available for the player. |
YouTubePlayer.PlaylistEventListener | Interface definition for callbacks that are invoked when events related to playlists occur. |
YouTubePlayer.Provider | A class that implements this interface can provide a YouTubePlayer instance. |
YouTubePlayerFragment | A fragment that contains a YouTubePlayerView . |
YouTubePlayerSupportFragment | The support fragment version of YouTubePlayerFragment . |
YouTubePlayerView | A view for displaying YouTube videos. |
YouTubeStandalonePlayer | This class creates intents that will play YouTube videos in a standalone player activity. |
YouTubeThumbnailLoader | A YouTubeThumbnailLoader provides methods for loading YouTube thumbnails into a
YouTubeThumbnailView . |
YouTubeThumbnailLoader.ErrorReason | Describes the reasons for an error in a YouTubeThumbnailView . |
YouTubeThumbnailLoader.OnThumbnailLoadedListener | Interface definition for a listener that is invoked when a thumbnail has been loaded. |
YouTubeThumbnailView | A view which can be used to display YouTube thumbnails, either for a specific YouTube video or a YouTube playlist. |
YouTubeThumbnailView.OnInitializedListener | An interface with definitions of callbacks invoked when thumbnail view initialization succeeds or fails. |