pub async fn launch_content(
conn: &Connection,
endpoint: u16,
search: ContentSearch,
auto_play: bool,
data: String,
playback_preferences: PlaybackPreferences,
use_current_context: bool,
) -> Result<LauncherResponse>Expand description
Invoke LaunchContent command on cluster Content Launcher.