IdentityOptions class

Options passed in when calling Superwall.identify(userId:options:).

Available extensions

Constructors

IdentityOptions.new({bool restorePaywallAssignments = false})
Constructor for IdentityOptions.

Properties

hashCode int
The hash code for this object.
no setterinherited
restorePaywallAssignments bool
Determines whether the SDK should wait to restore paywall assignments from the server before presenting any paywalls.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map

Available on IdentityOptions, provided by the IdentityOptionsJson extension

toString() String
A string representation of this object.
inherited

Operators

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