io.realm.kotlin.internal.interop.realm_class_flags_e Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (https://www.swig.org).
* Version 4.2.1
*
* Do not make changes to this file unless you know what you are doing - modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package io.realm.kotlin.internal.interop;
public final class realm_class_flags_e {
public final static int RLM_CLASS_NORMAL = 0;
public final static int RLM_CLASS_EMBEDDED = 1;
public final static int RLM_CLASS_ASYMMETRIC = 2;
public final static int RLM_CLASS_MASK = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy