PremiumPayAPI class Null safety

Constructors

PremiumPayAPI()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

checkTokenValidFormat(String token) bool
Check the validity of the token format. [...]
connectRequest(Install install, String email, {bool resendEmail = false, bool acceptPromoOffers = false, String lang = 'en', String apiKey}) Future<ConnectResult>
Method called in order to link the installation to an account. [...]
createInstall(String installId, String applicationId, List<String> features) Install
Create a new instance of Install class. [...]
createInstallId() String
Create a new random installId. [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
syncRequest(String installId, String email, {String apiKey}) Future<SyncResult>
Request of synchronisation to update the installation activated features. [...]
toString() String
A string representation of this object. [...]
inherited
verifyReceivedToken(String installId, Token token) bool
Verify the validity of a Token for a specific installation. [...]
verifyToken(String installId, String featureId, String token) bool
Verify the validity of a token for a specific feature and a specific installation. [...]

Operators

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