HacklePlatformInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • HacklePlatformInterface
Implementers

Constructors

HacklePlatformInterface()

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

featureFlagDetail(int featureKey, {HackleUser? user}) Future<FeatureFlagDecision>
inherited
getDeviceId() Future<String>
inherited
getUser() Future<HackleUser>
inherited
initialize({required String sdkKey, required String sdkName, required String sdkVersion, HackleConfig? hackleConfig, HackleUser? user}) Future<void>
inherited
isFeatureOn(int featureKey, {HackleUser? user}) Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remoteConfigGetBool(String key, bool defaultValue, {HackleUser? user}) Future<bool>
inherited
remoteConfigGetDouble(String key, double defaultValue, {HackleUser? user}) Future<double>
inherited
remoteConfigGetInt(String key, int defaultValue, {HackleUser? user}) Future<int>
inherited
remoteConfigGetString(String key, String defaultValue, {HackleUser? user}) Future<String>
inherited
resetUser() Future<void>
inherited
setDeviceId(String deviceId) Future<void>
inherited
setUser(HackleUser user) Future<void>
inherited
setUserId(String? userId) Future<void>
inherited
setUserProperty(String key, Object value) Future<void>
inherited
showUserExplorer() Future<void>
inherited
toString() String
A string representation of this object.
inherited
track(HackleEvent event, {HackleUser? user}) Future<void>
inherited
updateUserProperties(PropertyOperations operations) Future<void>
inherited
variation(int experimentKey, {HackleUser? user}) Future<Variation>
inherited
variationDetail(int experimentKey, {HackleUser? user}) Future<Decision>
inherited

Operators

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

Static Properties

instance HacklePlatformInterface
getter/setter pair