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