Package-level declarations
Types
CustomActionProvider allows handling custom actions when sent by a media controller.
MediaSessionConnector connects an Android media session to a THEOplayer instance.
MediaSessionListener provides the possibility to additionally listen to actions passed to the player by MediaSessionCompat.Callback.
PlaybackCallback allows handling playback actions when sent by a media controller. By default, the connector will execute default behavior for supported actions. Setting a PlaybackCallback will disable the default handling of these actions, and instead route them to the callback.
PlaybackPreparer allows handling media prepare actions when sent by a media controller.
QueueEditor allows handling queue editing actions when sent by a media controller.
QueueNavigator allows handling queue navigation actions when sent by a media controller.
RatingCallback allows handling rating actions when sent by a media controller.