LinktrailFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LinktrailFlutterPlatform
Implementers

Constructors

LinktrailFlutterPlatform()
Constructs a LinktrailFlutterPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onAttribution Stream<LinkTrailAttribution>
no setter
onError Stream<LinkTrailException>
no setter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure({required String apiKey, required LinkTrailOptions options}) Future<void>
getLastAttribution() Future<LinkTrailAttribution?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerForSKAdAttribution() Future<void>
requestTrackingAuthorization() Future<bool>
resetForTesting() Future<void>
setConsent(bool granted) Future<void>
toString() String
A string representation of this object.
inherited
trackEvent({required String name, double? value, String? currency}) Future<LinkTrailEventResult>
trackInstall({required bool force}) Future<LinkTrailAttribution>
trackInstallWithClickToken(String token, {required bool force}) Future<LinkTrailAttribution>
updateConversionValue(int value, {LinkTrailCoarseConversionValue? coarseValue}) Future<void>

Operators

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

Static Properties

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