Secverify class

Constructors

Secverify()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

currentOperatorType Future
no setter
getVersion Future<String?>
no setter
isVerifySupport Future<bool?>
no setter
platformVersion Future<String?>
no setter

Static Methods

addListener(SecVerifyResultListener result) → void
autoFinishOAuthPage({bool flag = false}) Future
clearPhoneScripCache() Future
enableDebug({bool enable = false}) Future
finishOAuthPage() Future
manualDismissLoading() Future
manualDismissLoginVC({bool flag = false}) Future
mobileAuthToken({double? timeout, required SecVerifyResultListener result}) Future
mobileVerify({required String phoneNum, required Map<String, dynamic> tokenInfo, double? timeout, required SecVerifyResultListener result}) Future
otherOAuthPageCallBack(SecVerifyResultListener result) Future
preVerify({double timeout = 4.0, required SecVerifyResultListener result}) Future
setAndroidLandscapeLayout(Map<String, Object> landUiSettings) Future
setAndroidPortraitLayout(Map<String, Object> uiSettings) Future
submitPrivacyGrantResult(bool status, dynamic result(bool)?) Future
toast(String content) Future
verify(SecVerifyUIConfig config, SecVerifyResultListener openAuthListener, SecVerifyResultListener cancelAuthPageListener, SecVerifyResultListener oneKeyLoginListener, SecVerifyResultListener customEventListener, SecVerifyResultListener androidEventListener) Future?