Facility Status
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: 1 → VERIFIED, 2 → BLACKLISTED. 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
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.
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.