UInteractionCallBack constructor

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

Implementation

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