RongCloud React Native IM Wrapper - v5.12.1
    Preparing search index...

    Enumeration RCIMIWConnectionStatus

    Index

    Enumeration Members

    NETWORK_UNAVAILABLE: 0

    Network unavailable

    CONNECTED: 1

    Connection successful

    CONNECTING: 2

    Connecting

    UNCONNECTED: 3

    Not connected

    KICKED_OFFLINE_BY_OTHER_CLIENT: 4

    Your account logged in on another device, so you’re logged out here

    TOKEN_INCORRECT: 5

    Invalid token

    CONN_USER_BLOCKED: 6

    User banned by developer backend

    SIGN_OUT: 7

    Disconnect by calling disconnect or logout

    SUSPEND: 8

    Connection temporarily suspended—often due to network issues. The SDK will automatically reconnect when appropriate

    TIMEOUT: 9

    Connection timeout. SDK stops trying. Handle the timeout, then call connectWithToken to reconnect

    UNKNOWN: 10

    Exceptions