MediaWebPreview

public struct MediaWebPreview : WaveMedia

Display a web preview (like social clients do) of a web link. The web link is opened when tapped.

  • Type of a MediaMarkdown in json is ‘markdown’.

    Declaration

    Swift

    public static var type: WaveMediaType
  • url

    Url of webitem to display, generates a Facebook style preview tile of the url. When tapped the URL is opened.

    Declaration

    Swift

    public let url: URL