RequiredAttributesRewardViewController

open class RequiredAttributesRewardViewController : CollectionViewController, RewardResponderDelegate

Undocumented

  • The redeem in store button.

    Declaration

    Swift

    @IBOutlet
    public var inStoreButton: UIButton?
  • The redeem in store button.

    Declaration

    Swift

    @IBOutlet
    public var shipButton: UIButton?
  • Loading alert that is displayed when responding on a challenge.

    Declaration

    Swift

    open var loadingAlert: AlertViewController

Initializers

RewardResponderDelegate

  • Declaration

    Swift

    public func onFailure(with error: Error)
  • Declaration

    Swift

    public func onSuccess(with apiResponse: APIResponse<Reward.ResponseInfo>)