Algo360sdk class

Algo360pfm is a class that provides functions for invoking consent screens and PFM dashboard screen along with that it handles theme and permission management of user.

Constructors

Algo360sdk()

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

invokeIncrementalSDK(int hour) Future<void>
This function will show the consent screen to user. userId: unique identifier - string NOT NULL hours: this will set the time to invoke SDK in background - int env: development environment "UAT" for development and "PROD" for production. - string NOT NULL clientId: unique identifier for client - string NOT NULL clientSecret: password for client - string NOT NULL
invokeSDK() Future<void>
This function will show the consent screen to user. userId: unique identifier - string NOT NULL hours: this will set the time to invoke SDK in background - int env: development environment "UAT" for development and "PROD" for production. - string NOT NULL clientId: unique identifier for client - string NOT NULL clientSecret: password for client - string NOT NULL
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setConfiguration(String baseUrl, String userId, String clientId, String clientSecret, bool isDebug) Future<void>
This function will show the PFM screen to user. env: development environment "UAT" for development and "PROD" for production. - string NOT NULL
stopIncrementalDataSync() Future<void>
This function will show the consent screen to user. userId: unique identifier - string NOT NULL hours: this will set the time to invoke SDK in background - int env: development environment "UAT" for development and "PROD" for production. - string NOT NULL clientId: unique identifier for client - string NOT NULL clientSecret: password for client - string NOT NULL
toString() String
A string representation of this object.
inherited

Operators

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