BootpayWidgetWebViewController class

위젯 전용 웹뷰 컨트롤러 (네이티브 SDK와 동일한 구조)

Properties

hashCode int
The hash code for this object.
no setterinherited
onCancel ↔ _WidgetEventCallback?
getter/setter pair
onChangeAgreeTerm ↔ _WidgetChangeCallback?
getter/setter pair
onChangePayment ↔ _WidgetChangeCallback?
getter/setter pair
onClose ↔ _WidgetCloseCallback?
getter/setter pair
onConfirm ↔ _WidgetConfirmCallback?
getter/setter pair
onDone ↔ _WidgetEventCallback?
getter/setter pair
onError ↔ _WidgetEventCallback?
getter/setter pair
onIssued ↔ _WidgetEventCallback?
getter/setter pair
onReady ↔ _WidgetReadyCallback?
getter/setter pair
onResize ↔ _WidgetResizeCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetData WidgetData?
no setter
widgetHeight double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reloadWidget() → void
위젯 재로드 (에러/취소 후 재시도 시 사용)
requestPayment({Payload? payload, _WidgetEventCallback? onError, _WidgetEventCallback? onCancel, _WidgetCloseCallback? onClose, _WidgetEventCallback? onIssued, _WidgetConfirmCallback? onConfirm, _WidgetEventCallback? onDone}) → void
결제 요청
toString() String
A string representation of this object.
inherited
transactionConfirm() → void
결제 확인 (confirm 이벤트에서 호출)
update({required Payload payload, bool refresh = false}) → void
위젯 업데이트

Operators

operator ==(Object other) bool
The equality operator.
inherited