AuthmeSdk class

Constructors

AuthmeSdk()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resultStream Stream<Map<String, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

confirmScanResult([Map<String, dynamic>? modifiedData]) Future<void>
當 startFeature 的 needConfirm 為 true 且 isResultPageDisplayable 為 false 時, 必須調用此方法來確認掃描結果
dispose() → void
initialize(String serverURL, String activateToken, String activateCertificate) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken(String token) Future<void>
startFeature(String accessToken, AuthmeFeature feature, {int requestCode = 1001, bool needConfirm = true, bool isResultPageDisplayable = true, bool isResultEditable = true, bool isFraudIntroEnable = true}) Future<void>
當 needConfirm 為 true 且 isResultPageDisplayable 為 false 時, 需要在收到結果後手動調用 confirmScanResult 方法來確認結果
toString() String
A string representation of this object.
inherited

Operators

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