LiveComPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LiveComPlatform
Implementers

Constructors

LiveComPlatform()
Constructs a LivecomPlatform.

Properties

delegate LiveComDelegate?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCustomCheckoutScreen bool
getter/setter pair
useCustomProductScreen bool
getter/setter pair

Methods

configure(String sdkKey, String primaryColor, String secondaryColor, String gradientFirstColor, String gradientSecondColor, String videoLinkTemplate, String productLinkTemplate) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentStream(String id) → void
presentStreams() → void
toString() String
A string representation of this object.
inherited
trackConversion(String orderId, int orderAmountInCents, String currency, List<LiveComConversionProduct> products) → void

Operators

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

Static Properties

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