No Response Reason
Reason for no response to co-guest invitation sent by host or co-guest request initiated by audience
Overview
This enum describes why a co-guest request or invitation did not receive a response from the other party.
Tip: The system automatically triggers no-response events when timeout expires or certain state conflicts occur.
Response Scenarios
The following table shows the trigger conditions for each reason:
| Reason | Trigger Condition | Example Scenario |
timeout | Response timeout | Host did not respond to application within 30 seconds |
alreadySeated | Target user already on seat | Audience is already co-guesting with another host |
Important: Always handle NoResponseReason in your event listeners to provide appropriate user feedback and clean up UI state.
Entries
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.