BootpayWidgetController class
위젯 컨트롤러 (Web용)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExpanded → bool
-
no setter
- onWidgetChangeAgreeTerm ↔ WidgetChangePaymentCallback?
-
getter/setter pair
- onWidgetChangePayment ↔ WidgetChangePaymentCallback?
-
getter/setter pair
- onWidgetReady ↔ BootpayCloseCallback?
-
getter/setter pair
- onWidgetResize ↔ 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
-
hideContainer(
) → void - Widget 컨테이너 숨기기 (결제 완료 후 호출)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reloadWidget(
) → void - 위젯 재로드
-
requestPayment(
{Payload? payload, BootpayDefaultCallback? onError, BootpayDefaultCallback? onCancel, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone, required BuildContext context}) → void - 결제 요청 (Web에서는 JS SDK 직접 호출)
-
requestPaymentDirect(
{Payload? payload, BootpayDefaultCallback? onError, BootpayDefaultCallback? onCancel, BootpayCloseCallback? onClose, BootpayDefaultCallback? onIssued, BootpayConfirmCallback? onConfirm, BootpayAsyncConfirmCallback? onConfirmAsync, BootpayDefaultCallback? onDone}) → void - 결제 요청 (Direct - 호환성 유지)
-
showContainer(
) → void - Widget 컨테이너 보이기
-
toString(
) → String -
A string representation of this object.
inherited
-
transactionConfirm(
) → void - 결제 확인
-
update(
{Payload? payload, bool? refresh}) → void - 위젯 업데이트
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited