Event Tracking Behavior
Controls which events are sent to the Superwall servers.
Use SuperwallOptions.eventTrackingBehavior or set com.superwall.sdk.Superwall.eventTrackingBehavior at runtime to change event collection at any time.
ALL: All events are tracked (default).
SUPERWALL_ONLY: Only internal Superwall events are tracked. User-initiated
Superwall.trackcalls, trigger fires, and user-attribute updates are suppressed. Equivalent to the deprecatedisExternalDataCollectionEnabled = false.NONE: No events are sent to the Superwall servers.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.