Source
The transition that triggered the Swan.addSwanIdentifierChangedListener emission. Mirrors RN's three call-sites (src/index.tsx:2678, :2745, :2824).
Entries
Fired from Swan.identify after a profile switch persists.
Fired from Swan.logout after the local CDID reverts to anonymous.
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
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.