DefaultRewardResponderFactory

open class DefaultRewardResponderFactory : RewardResponderFactory

Undocumented

  • Undocumented

    Declaration

    Swift

    open class func responder(for reward: Reward, with awardId: Int?) -> UIViewController?
  • Undocumented

    Declaration

    Swift

    open class func badge(for reward: Reward,
                          with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func certificate(for reward: Reward,
                                with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func challenge(for reward: Reward,
                              with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func contest(for reward: Reward,
                            with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func coupon(for reward: Reward,
                           with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func couponCom(for reward: Reward,
                              with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func debit(for reward: Reward,
                          with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func dynamic(for reward: Reward,
                            with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func giftcard(for reward: Reward,
                             with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func metric(for reward: Reward,
                           with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func metricPurchase(for reward: Reward,
                                   with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func metricTransfer(for reward: Reward,
                                   with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func offer(for reward: Reward,
                          with awardId: Int?) -> UIViewController
  • Undocumented

    Declaration

    Swift

    open class func product(for reward: Reward,
                            with awardId: Int?) -> UIViewController