pub async fn launch_url(
conn: &Connection,
endpoint: u16,
content_url: String,
display_string: Option<String>,
branding_information: Option<BrandingInformation>,
playback_preferences: Option<PlaybackPreferences>,
) -> Result<LauncherResponse>Expand description
Invoke LaunchURL command on cluster Content Launcher.