NoResponseReason

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:

ReasonTrigger ConditionExample Scenario
timeoutResponse timeoutHost did not respond to application within 30 seconds
alreadySeatedTarget user already on seatAudience 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

Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: 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.