MethodChannelLinktrailFlutter class

An implementation of LinktrailFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode → int
The hash code for this object.
no setterinherited
methodChannel → MethodChannel
The method channel used for one-shot calls into the native SDKs.
final
onAttribution → Stream<LinkTrailAttribution>
no setteroverride
onError → Stream<LinkTrailException>
no setteroverride
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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