FacebookDeepLinks class

Constructors

factory

Properties

getDeepLinkUrl Future<String>
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
onDeepLinkReceived Stream<String>
read-only
platformVersion Future<String>
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

logActivateApp() Future<bool>
logAddToCart({String contentType, String contentData, String contentId, String currency, double price}) Future<bool>
logAddToWishlist({String contentType, String contentData, String contentId, String currency, double price}) Future<bool>
logCompleteRegistration({String registrationMethod}) Future<bool>
logPurhcase({double amount, String currency, Map<String, Object> params}) Future<bool>
logSearch({String contentType, String contentData, String contentId, String searchString, bool success}) Future<bool>
logViewedContent({String contentType, String contentData, String contentId, String currency, double price}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setAdvertiserTracking({bool isEnabled}) Future<bool>
toString() String
Returns a string representation of this object.
inherited

Operators

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