StickerErrorView

@objcMembers
@objc(PESDKStickerErrorView)
open class StickerErrorView : UIStackView

A StickerErrorView is used to indicate download errors in StickerProvider.

  • The main action button.

    Declaration

    Swift

    public lazy var retryButton: Button { get set }
  • The unavailable icon.

    Declaration

    Swift

    public lazy var icon: UIImageView { get set }
  • The secondary label.

    Declaration

    Swift

    public lazy var label: UILabel { get set }