Source

The transition that triggered the Swan.addSwanIdentifierChangedListener emission. Mirrors RN's three call-sites (src/index.tsx:2678, :2745, :2824).

Entries

Link copied to clipboard

Fired from Swan.identify after a profile switch persists.

Link copied to clipboard

Fired from Swan.logout after the local CDID reverts to anonymous.

Link copied to clipboard

Reserved for v2's full login() API. RN treats login() and identify() as separate call-sites that each emit swanIdentifierChanged (src/index.tsx:2737-2745). v1 only ships identify(); this enum value is unused but keeps the public API forward-compatible.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.