- Inheritance
-
- Object
- PlatformInterface
- ConvertedinPlatform
- Implementers
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
-
addToCartEvent({required String currency, required String total, required List<ConvertedInProduct> products})
→ Future<String?>
-
Logs an add-to-cart event
-
customEvent({required String eventName, required String currency, required String total, required List<ConvertedInProduct> products})
→ Future<String?>
-
Logs a custom event
-
deleteDeviceToken()
→ Future<String?>
-
Deletes the saved device token
-
identifyUser({String? email, String? phone, String? countryCode})
→ Future<String?>
-
Identifies the user using either
email or phone with an optional countryCode.
-
initialize({required String pixelId, required String storeUrl})
→ Future<String?>
-
Initializes the SDK
-
initiateCheckoutEvent({required String currency, required String total, required List<ConvertedInProduct> products})
→ Future<String?>
-
Logs an initiate checkout event
-
isInitialized()
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onPushNotificationClicked(String campaignId)
→ Future<String?>
-
Logs push notification clicked event
-
pageViewEvent()
→ Future<String?>
-
Logs a page view event
-
purchaseEvent({required String currency, required String total, required List<ConvertedInProduct> products, required String orderId})
→ Future<String?>
-
Logs a purchase event
-
registerUser(String email)
→ Future<String?>
-
Identifies the user using
email.
-
saveDeviceToken(String token)
→ Future<String?>
-
Saves the device token for push notifications
-
toString()
→ String
-
A string representation of this object.
inherited
-
viewContentEvent({required String currency, required String total, required List<ConvertedInProduct> products})
→ Future<String?>
-
Logs a view content event