MediaButton

public struct MediaButton : WaveMedia

Display a button that opens a URL.

  • Type of a MediaButton in json is ‘button’.

    Declaration

    Swift

    public static var type: WaveMediaType
  • Title to display on button

    Declaration

    Swift

    public let title: String
  • url

    Url to open when button is tapped.

    Declaration

    Swift

    public let url: URL