BootpayPlatform constructor

BootpayPlatform()

Implementation

BootpayPlatform() {
  _BootpayClose = onClose.toJS;
  _BootpayCancel = onCancel.toJS;
  _BootpayDone = onDone.toJS;
  _BootpayIssued = onIssued.toJS;
  _BootpayConfirm = onConfirm.toJS;
  _BootpayAsyncConfirm = onConfirmAsync.toJS; //js에서 BootpayAsyncConfirm 호출시 onConfirmAsync 수행
  _BootpayError = onError.toJS;
}