Echo Media Item
Properties
Link copied to clipboard
The background image of the media item, used to display a background image
Link copied to clipboard
The cover image of the media item
Link copied to clipboard
A description of the media item, used to display additional information
Link copied to clipboard
Link copied to clipboard
Whether the media item can be followed. Checkout FollowClient
Link copied to clipboard
Whether the media item can be hidden. Checkout HideClient
Link copied to clipboard
Whether the media item can be liked. Checkout LikeClient
Link copied to clipboard
Whether the media item can be loaded to get Radio. Checkout RadioClient
Link copied to clipboard
Whether the media item can be saved to library. Checkout SaveClient
Link copied to clipboard
Whether the media item can be shared. Checkout ShareClient
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
open fun copyMediaItem(id: String = this.id, title: String = this.title, cover: ImageHolder? = this.cover, description: String? = this.description, subtitle: String? = this.subtitle, extras: Map<String, String> = this.extras, isRadioSupported: Boolean = this.isRadioSupported, isFollowable: Boolean = this.isFollowable, isSaveable: Boolean = this.isSaveable): EchoMediaItem
Link copied to clipboard
Link copied to clipboard