GenericRewardViewController

open class GenericRewardViewController : GenericAlertViewController, RewardResponderDelegate

Class that is use for Basic Reward types.

IBOutlets

  • Stack view of the view.

    Declaration

    Swift

    @IBOutlet
    public weak var containerStackView: UIStackView!
  • Activity indicator of the view.

    Declaration

    Swift

    @IBOutlet
    public weak var activityIndicator: UIActivityIndicatorView!
  • Message container view of the view.

    Declaration

    Swift

    @IBOutlet
    public weak var messageContainerView: UIView!

Properties