MethodChannelYjyPaxSelfService class
An implementation of YjyPaxSelfServicePlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- YjyPaxSelfServicePlatform
- MethodChannelYjyPaxSelfService
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelTransactionCmd(
) → Future< String?> -
override
-
cardInteractionATBO(
) → Future< String?> -
override
-
cardInteractionATCA(
) → Future< String?> -
override
-
closeSessionCmd(
) → Future< String?> -
override
-
closurePreAuthCmd(
) → Future< String?> -
override
-
connectCmd(
) → Future< String?> -
override
-
devicesListRequest(
) → Future< String?> -
override
-
disConnectCmd(
) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
hostTotalsCmd(
) → Future< String?> -
override
-
initActivityMainOnCreate(
) → Future< String?> -
override
-
integrativePreAuthCmd(
) → Future< String?> -
override
-
isStartUpCmd(
) → Future< String?> -
override
-
lastTrxResultReq(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
oneDegreeDllCmd(
) → Future< String?> -
override
-
paymentCmd(
String payment, String idTrx, String currency) → Future< String?> -
override
-
preAuthorizationCmd(
) → Future< String?> -
override
-
reboot(
) → Future< String?> -
override
-
refundCmd(
) → Future< String?> -
override
-
restoactiveReversalCmd(
) → Future< String?> -
override
-
reversalCmd(
) → Future< String?> -
override
-
reversalInfoRequest(
) → Future< String?> -
override
-
setupConnectionLayer(
) → Future< String?> -
override
-
showPosMenuCmd(
) → Future< String?> -
override
-
shutDownCmd(
) → Future< String?> -
override
-
startUpCmd(
) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited