Package ai.nexconn.chat.model
Object ConnectionStatus.Companion
-
- All Implemented Interfaces:
public class ConnectionStatus.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ConnectionStatus.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ConnectionStatusfromValue(Integer value)Gets the corresponding connection status from an integer value. -
-
Method Detail
-
fromValue
final ConnectionStatus fromValue(Integer value)
Gets the corresponding connection status from an integer value.
- Parameters:
value- Status integer value- Returns:
The corresponding ConnectionStatus; returns NETWORK_UNAVAILABLE if not found
-
-
-
-