ZeroSettleOfferTip class

Embeds the native ZeroSettle offer tip view into a Flutter app.

Android-only. Mounts the :ui ZeroSettleOfferTip Composable via AndroidView(viewType: "com.zerosettle/offer_tip"). The native view resolves its own OfferManager from the SDK's internal state by calling ZeroSettle.offerManager(stripeCustomerId) — no Dart-side handle is needed. The Composable drives every state transition internally (offer loading, CTA swap, dismissal) and self-manages visibility: it renders nothing when no offer is available.

The stripeCustomerId is forwarded to the native OfferManager resolver. Pass the same value you would pass to ZeroSettle.instance.offerManager(stripeCustomerId: ...). Omit it when the current user has no Stripe customer (e.g., new users on their first offer check).

iOS (and every other non-Android platform) renders SizedBox.shrink() — the native ZeroSettleOfferTip Composable has no iOS equivalent at this time.

Example:

ZeroSettleOfferTip(stripeCustomerId: currentUser.stripeCustomerId)
Inheritance

Constructors

ZeroSettleOfferTip({Key? key, String? stripeCustomerId})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stripeCustomerId String?
Optional Stripe customer ID forwarded to the Android SDK's ZeroSettle.offerManager(stripeCustomerId) resolver. Omit for users who don't yet have a Stripe customer.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<ZeroSettleOfferTip>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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