Package io.realm.kotlin.internal.interop
Class realm_flx_sync_subscription_set_state_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_flx_sync_subscription_set_state_e
-
public final class realm_flx_sync_subscription_set_state_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_SYNC_SUBSCRIPTION_AWAITING_MARKstatic intRLM_SYNC_SUBSCRIPTION_BOOTSTRAPPINGstatic intRLM_SYNC_SUBSCRIPTION_COMPLETEstatic intRLM_SYNC_SUBSCRIPTION_ERRORstatic intRLM_SYNC_SUBSCRIPTION_PENDINGstatic intRLM_SYNC_SUBSCRIPTION_SUPERSEDEDstatic intRLM_SYNC_SUBSCRIPTION_UNCOMMITTED
-
Constructor Summary
Constructors Constructor Description realm_flx_sync_subscription_set_state_e()
-
-
-
Field Detail
-
RLM_SYNC_SUBSCRIPTION_UNCOMMITTED
public static final int RLM_SYNC_SUBSCRIPTION_UNCOMMITTED
- See Also:
- Constant Field Values
-
RLM_SYNC_SUBSCRIPTION_PENDING
public static final int RLM_SYNC_SUBSCRIPTION_PENDING
- See Also:
- Constant Field Values
-
RLM_SYNC_SUBSCRIPTION_BOOTSTRAPPING
public static final int RLM_SYNC_SUBSCRIPTION_BOOTSTRAPPING
- See Also:
- Constant Field Values
-
RLM_SYNC_SUBSCRIPTION_COMPLETE
public static final int RLM_SYNC_SUBSCRIPTION_COMPLETE
- See Also:
- Constant Field Values
-
RLM_SYNC_SUBSCRIPTION_ERROR
public static final int RLM_SYNC_SUBSCRIPTION_ERROR
- See Also:
- Constant Field Values
-
RLM_SYNC_SUBSCRIPTION_SUPERSEDED
public static final int RLM_SYNC_SUBSCRIPTION_SUPERSEDED
- See Also:
- Constant Field Values
-
RLM_SYNC_SUBSCRIPTION_AWAITING_MARK
public static final int RLM_SYNC_SUBSCRIPTION_AWAITING_MARK
- See Also:
- Constant Field Values
-
-