Package io.realm.kotlin.internal.interop
Class realm_sync_file_action_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_sync_file_action_e
-
public final class realm_sync_file_action_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_SYNC_FILE_ACTION_BACK_UP_THEN_DELETE_REALMstatic intRLM_SYNC_FILE_ACTION_DELETE_REALM
-
Constructor Summary
Constructors Constructor Description realm_sync_file_action_e()
-
-
-
Field Detail
-
RLM_SYNC_FILE_ACTION_DELETE_REALM
public static final int RLM_SYNC_FILE_ACTION_DELETE_REALM
- See Also:
- Constant Field Values
-
RLM_SYNC_FILE_ACTION_BACK_UP_THEN_DELETE_REALM
public static final int RLM_SYNC_FILE_ACTION_BACK_UP_THEN_DELETE_REALM
- See Also:
- Constant Field Values
-
-