BitlabsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BitlabsPlatform
Implementers

Constructors

BitlabsPlatform()

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

addTag(String key, String value) Future<void>
checkSurveys(void onResponse(bool), void onFailure(Exception)) Future<void>
getSurveys(void onResponse(List<Survey>), void onFailure(Exception)) Future<void>
init(String token, String uid) Future<void>
launchOfferWall() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestTrackingAuthorization() Future<void>
setOnRewardCallback(dynamic onReward(double reward)) → void
setTags(Map<String, dynamic> tags) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BitlabsPlatform
The default instance of BitlabsPlatform to use.
getter/setter pair