pub(crate) fn longform_deeplink_url(
deeplink: &str,
app_protocol: &StartAppProtocol<'_>,
) -> Result<String>
Expand description
Construct a URL from the deeplink and the protocol object.
pub(crate) fn longform_deeplink_url(
deeplink: &str,
app_protocol: &StartAppProtocol<'_>,
) -> Result<String>
Construct a URL from the deeplink and the protocol object.