MomentsCTAComponent

@objc(MomentsCTAComponent)
public final class MomentsCTAComponent : MomentsComponent

This class represents the Moments CTA component.

  • Text of the CTA interactive

    Declaration

    Swift

    @objc
    public let urlText: String
  • Undocumented

    Declaration

    Swift

    @objc
    public let stickerText: String
  • MomentsCTAComponent initialization

    Declaration

    Swift

    @objc
    public init(id: String,
                urlText: String,
                stickerText: String)

    Parameters

    id

    Id of the interactive component

    urlText

    Url text of the CTA interactive

    stickerText

    Sticker text of the CTA interactive