MethodChannelOZSDKPlugin class

Inheritance

Constructors

MethodChannelOZSDKPlugin()

Properties

events Stream<Event<EventPayload>>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
livenessResult Stream
no setteroverride
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyze({required List<Analysis> analysis, String? folderId, List<Media> uploadMedia = const [], Map<String, String> parameters = const {}, String? containerId}) Future<List<RequestResult>>
override
clearActionVideos() Future<void>
override
createMediaCaptureScreen(List<VerificationAction> actions, String sessionToken, List<Type> analysisTypes, bool? mainCamera) → void
override
executeLiveness(List<VerificationAction> actions, [bool? mainCamera = false]) Future<List<Media>>
override
generateSignedPayload(List<Media> medias) Future<String?>
override
getEventSessionId() Future<String?>
override
getSDKVersion() Future<String?>
override
getUICustomization() Future<UICustomization>
override
initSDK(List<String> licenses, [String? masterLicenseSignature]) Future<bool>
override
isLoggedIn() Future<bool?>
override
loadCustomizationResources() Future<Map>
override
logout() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiConnectionWithCredentials({required String username, required String password, required String host, List<SslPin>? pins}) Future<String>
override
setApiConnectionWithToken({required String token, required String host, List<SslPin>? pins}) Future<String>
override
setAttemptSettings(int singleCount, int commonCount) Future<void>
override
setEnvironment(Environment environment) Future<void>
override
setEventConnectionWithCredentials(String email, String password, String host, [List<SslPin>? ssPins]) Future<void>
override
setEventConnectionWithToken(String token, String host, [List<SslPin>? ssPins]) Future<void>
override
setFaceAlignmentTimeout(int? timeout) Future<void>
override
setLocalization(Locale locale) Future<void>
override
setSelfieLength(int length) Future<void>
override
setUICustomization(UICustomization customization) Future<void>
override
startLiveness(List<VerificationAction> actions, [bool? mainCamera = false]) → void
override
supportedLanguages() Future<List<Locale>>
override
toString() String
A string representation of this object.
inherited

Operators

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