LinkCTAState

@objc
public enum LinkCTAState : Int

States of Link CTA

  • Enum InApp: Only In App is enabled
  • Enum Outlink: Only In Outlink is enabled
  • Enum All: All Link CTA types is enabled
  • Enum Disabled: Link CTA is disabled
  • Undocumented

    Declaration

    Swift

    case Outlink
  • Undocumented

    Declaration

    Swift

    case InApp
  • All

    Undocumented

    Declaration

    Swift

    case All
  • Undocumented

    Declaration

    Swift

    case Disabled