URewardCallBack constructor

URewardCallBack({
  1. UOnShow? onShow,
  2. UOnClose? onClose,
  3. UOnClick? onClick,
  4. UOnFail? onFail,
  5. UOnReady? onReady,
  6. UOnUnReady? onUnReady,
  7. UOnVerify? onVerify,
})

Implementation

URewardCallBack({
  this.onShow,
  this.onClose,
  this.onClick,
  this.onFail,
  this.onReady,
  this.onUnReady,
  this.onVerify,
});