Package io.realm.kotlin.internal.interop
Class realm_sync_connection_state_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_sync_connection_state_e
-
public final class realm_sync_connection_state_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_SYNC_CONNECTION_STATE_CONNECTEDstatic intRLM_SYNC_CONNECTION_STATE_CONNECTINGstatic intRLM_SYNC_CONNECTION_STATE_DISCONNECTED
-
Constructor Summary
Constructors Constructor Description realm_sync_connection_state_e()
-
-
-
Field Detail
-
RLM_SYNC_CONNECTION_STATE_DISCONNECTED
public static final int RLM_SYNC_CONNECTION_STATE_DISCONNECTED
- See Also:
- Constant Field Values
-
RLM_SYNC_CONNECTION_STATE_CONNECTING
public static final int RLM_SYNC_CONNECTION_STATE_CONNECTING
- See Also:
- Constant Field Values
-
RLM_SYNC_CONNECTION_STATE_CONNECTED
public static final int RLM_SYNC_CONNECTION_STATE_CONNECTED
- See Also:
- Constant Field Values
-
-