FacilityStatus

Verification state of a Facility from the member's perspective.

Drives geofencing eligibility per facility: only VERIFIED facilities are registered as monitored regions. BLACKLISTED and UNKNOWN facilities are filtered out individually — a BLACKLISTED entry is the member's explicit opt-out for that single location, not a switch that affects other facilities in the same list.

Derived from the backend verifiedClubType enum in the facility response: 1VERIFIED, 2BLACKLISTED. Those are the only two values the backend currently emits. A null or unrecognized integer is mapped to UNKNOWN purely as a forward-compatibility safety net — it does not represent a real backend state today.

Entries

Link copied to clipboard

Facility is verified for the member; eligible for geofencing.

Link copied to clipboard

Facility is explicitly blacklisted by the member — the member has opted this single location out of tracking. The SDK does not register a geofence for it, but other VERIFIED facilities in the same list are unaffected.

Link copied to clipboard

The backend did not supply a recognized status. Not eligible for geofencing.

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
expect val name: String
Link copied to clipboard
expect val ordinal: Int

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.