MethodChannelTiptoppaySdk class

An implementation of TiptoppaySdkPlatform that uses method channels.

Inheritance

Constructors

MethodChannelTiptoppaySdk()

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

cardCryptogram(String cardNumber, String cardDate, String cardCVC, String publicId) Future<Cryptogram?>
override
createHexPacketFromData(String cardNumber, String cardDate, String cardCVC, String publicId, String apiUrl) Future<Cryptogram?>
override
getPlatformVersion() Future<String?>
override
isValidExpiryDate(String expiryDate) Future<bool>
override
isValidNumber(String cardNumber) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show3ds(String acsUrl, String transactionId, String paReq) Future<ThreeDsResponse?>
override
toString() String
A string representation of this object.
inherited

Operators

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